Skip to content

Commit 5c8bed4

Browse files
Update README.md
1 parent ee2ea5a commit 5c8bed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The Thermistor class takes three to five parameters. Three are required, two are
2323
| *pin* | Imp pin object capable of ANALOG_IN | Required |
2424
| *b_therm* | Thermistor ß parameter, from datasheet | Required |
2525
| *t0_therm* | Thermistor T0 parameter, from datasheet | Required |
26-
| *points* | number of readings to average when reading the thermistor | Optional, defaults to 10 |
26+
| *points* | Number of readings to average when reading the thermistor | Optional, defaults to 10 |
2727
| *high_side_therm* | Set `false` to place thermistor on low side of divider | Optional, defaults to `true` |
2828

2929
The ß and T0 parameters are all available on the thermistor datasheet:

0 commit comments

Comments
 (0)