diff --git a/examples/Example1_BasicReadings/Example1_BasicReadings.ino b/examples/Example1_BasicReadings/Example1_BasicReadings.ino index 99395d2..179d8e7 100644 --- a/examples/Example1_BasicReadings/Example1_BasicReadings.ino +++ b/examples/Example1_BasicReadings/Example1_BasicReadings.ino @@ -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 { diff --git a/library.properties b/library.properties index 75f1eec..7495bbe 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=SparkFun SHTC3 Humidity and Temperature Sensor Library -version=1.0.3 +version=1.1.1 author=SparkFun Electronics maintainer=SparkFun Electronics sentence=Library for the SHTC3 humidity and temperature sensor by Sensirion