Skip to content

Commit fd9add7

Browse files
authored
Update Example3.ino
1 parent 7432e38 commit fd9add7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Themistor/Example3/Example3.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ void loop(void) {
5555
steinhart /= BCOEFFICIENT; // 1/B * ln(R/Ro)
5656
steinhart += 1.0 / (TEMPERATURENOMINAL + 273.15); // + (1/To)
5757
steinhart = 1.0 / steinhart; // Invert
58-
steinhart -= 273.15; // convert to C
58+
steinhart -= 273.15; // convert absolute temp to C
5959

6060
Serial.print("Temperature ");
6161
Serial.print(steinhart);

0 commit comments

Comments
 (0)