Skip to content

Commit c0b4571

Browse files
fixing typo in EX1
1 parent 1a0ce21 commit c0b4571

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/Example1_BasicReadings/Example1_BasicReadings.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun SHTC3 Humidity and Temperature Sensor Library
2-
version=1.0.3
2+
version=1.1.1
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for the SHTC3 humidity and temperature sensor by Sensirion

0 commit comments

Comments
 (0)