We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 10528df + 2ec141c commit 8148d26Copy full SHA for 8148d26
Themistor/Example3/Example3.ino
@@ -55,7 +55,7 @@ void loop(void) {
55
steinhart /= BCOEFFICIENT; // 1/B * ln(R/Ro)
56
steinhart += 1.0 / (TEMPERATURENOMINAL + 273.15); // + (1/To)
57
steinhart = 1.0 / steinhart; // Invert
58
- steinhart -= 273.15; // convert to C
+ steinhart -= 273.15; // convert absolute temp to C
59
60
Serial.print("Temperature ");
61
Serial.print(steinhart);
0 commit comments