From c0b4571b86c6eac57713b5d3456442b4ad8962b5 Mon Sep 17 00:00:00 2001 From: AndyEngland521 Date: Mon, 20 Apr 2020 12:28:21 -0600 Subject: [PATCH] fixing typo in EX1 --- examples/Example1_BasicReadings/Example1_BasicReadings.ino | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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