MAX 6675 Library

Hi Guys,

I am a Newby here in the Particle Forum, and would like to thank you all for sharing your work, I am currently working on a project where I need to temperature monitor an over from 35°C to 200°C ,and for this, I have decided to use a MAX6675 Thermocouple temp sensor.

My question is, does its’ library exist anywhere within the Particle Libraries database, I am unable to locate it. any help will be much appreciated

Regards

I don't think there is a MAX6675 library in the Particle community libraries, but the chip is very simple to read. This library for Arduino will probably work; just copy the MAX6675.cpp and MAX6675.h files into your project.

1 Like

There is now a libraryMAX6675_RK that will work on all Particle devices.

1 Like