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.
1 parent 8f39326 commit a1d9af8Copy full SHA for a1d9af8
SHT1x.cpp
@@ -57,7 +57,7 @@ float SHT1x::readTemperatureF()
57
// Fetch raw value
58
_val = readTemperatureRaw();
59
60
- // Convert raw value to degrees Celsius
+ // Convert raw value to degrees Fahrenheit
61
_temperature = (_val * D2) + D1;
62
63
return (_temperature);
0 commit comments