Skip to content

Commit

Permalink
fixing typo in EX1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyEngland521 committed Apr 20, 2020
1 parent 1a0ce21 commit c0b4571
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Example1_BasicReadings/Example1_BasicReadings.ino
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void printInfo()
Serial.print(mySHTC3.toPercent()); // "toPercent" returns the percent humidity as a floating point number
Serial.print("%, T = ");
Serial.print(mySHTC3.toDegF()); // "toDegF" and "toDegC" return the temperature as a flaoting point number in deg F and deg C respectively
Serial.println(" deg F);
Serial.println(" deg F");
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SparkFun SHTC3 Humidity and Temperature Sensor Library
version=1.0.3
version=1.1.1
author=SparkFun Electronics <[email protected]>
maintainer=SparkFun Electronics <sparkfun.com>
sentence=Library for the SHTC3 humidity and temperature sensor by Sensirion
Expand Down

0 comments on commit c0b4571

Please sign in to comment.