Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kubiej21 committed Oct 20, 2020
1 parent 92a1d72 commit 5cce58e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 5cce58e

Please sign in to comment.