File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/Example1_BasicReadings Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ void printInfo()
5454 Serial.print (mySHTC3.toPercent ()); // "toPercent" returns the percent humidity as a floating point number
5555 Serial.print (" %, T = " );
5656 Serial.print (mySHTC3.toDegF ()); // "toDegF" and "toDegC" return the temperature as a flaoting point number in deg F and deg C respectively
57- Serial.println (" deg F);
57+ Serial.println (" deg F" );
5858 }
5959 else
6060 {
Original file line number Diff line number Diff line change 11name =SparkFun SHTC3 Humidity and Temperature Sensor Library
2- version =1.0.3
2+ version =1.1.1
33author =SparkFun Electronics <techsupport@sparkfun.com>
44maintainer =SparkFun Electronics <sparkfun.com>
55sentence =Library for the SHTC3 humidity and temperature sensor by Sensirion
You can’t perform that action at this time.
0 commit comments