panStamp / thermistor

Arduino library for NTC thermistors
GNU Lesser General Public License v3.0
42 stars 20 forks source link

Basic library that reads a NTC thermistor from an analog pin. Calculations relie on Steinhart–Hart equation:

https://en.wikipedia.org/wiki/Thermistor#Steinhart.E2.80.93Hart_equation

See the example for more information.

Example of use with panStamp: https://github.com/panStamp/panstamp/wiki/Temperature-measurement-with-cheap-NTC's