Skip to content

Commit c61c5ea

Browse files
Update README.md
1 parent 86e5dae commit c61c5ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: README.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This class makes it simple for an imp to read an NTC (“Negative Temperature Coefficient”) thermistor and determine the temperature. Thermistors are essentially temperature-dependent resistors. To use as a thermometer, a thermistor is used as half of a resistive divider, where the voltage across the full divider is known. The Imp then reads the voltage at the center of the divider to determine the ratio of resistance of the thermistor and the bias resistor (also the nominal resistance of the thermistor), [from which the temperature can be derived](http://en.wikipedia.org/wiki/Thermistor).
44

5+
**To add this library to your project, add** `#require "Thermistor.class.nut:1.0.0"` **to the top of your device code**
6+
57
## Usage
68

79
### Hardware

0 commit comments

Comments
 (0)