diff --git a/README.md b/README.md index ab976d2..4b27dc6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ # Steinhart-Hart Arduino Library -An implementation of the Steinhart-Hart equation as well as the inverse of the Steinhart-Hart equation for the Arduino or other CPP micro controllers. +An implementation of the Steinhart-Hart equation as well as the inverse of the Steinhart-Hart equation. -This library can either calculate the Steinhart-Hart coefficients for you, or you can set the coefficients directory via the associated setter methods. +This library can: +1 - Calculate the Steinhart-Hart coefficients from a set of resistances and temperatures (Kelvin). These resistance and temperature values can be found in the datasheets of thermistors. +2 - Calculate the temperature from a resistance. (Steinhart-Hart) +3 - Calculate the resistance from a temperature. (Inverse Steinhart-Hart) ## Installation Checkout the [Arduino library installation page](https://www.arduino.cc/en/Guide/Libraries) for details on how to install this library.