/Arduino.Thermistor

A library for any Thermistor using B parameter equation

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Arduino Thermistor

A library for any Thermistor using B parameter equation.

Features

  • Allows many different Thermistors that can use the B parameter equation
  • Accepts Kelvin, Celsius, and Fahrenheit when creating the Thermistor instance.
  • Can return the temperature in Kelvin, Celsius, or Fahrenheit.