diff --git a/README.md b/README.md index cf7e901..8691555 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ SHT3x Temperature and Humidity Sensor === -Measure temperature and humidity with the Sensiron SHT3x sensor. +Measure temperature and humidity with the Sensiron SHT3x sensor. VPD and dew point are also calculated. #### Summary ℹ️ diff --git a/library.json b/library.json index b46fa48..79cd7c8 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "Microfire_SHT3x", "keywords": "temperature, celsius, humidity, sht30, sht3x, vpd, dew point, vapor pressure deficit, rh", - "description": "Measure air temperature and humdity.", + "description": "Measure air temperature, humdity, VPD and dew point.", "repository": { "type": "git", "url": "https://github.com/u-fire/uFire_SHT3x.git" diff --git a/library.properties b/library.properties index 9279edf..c56ecd4 100644 --- a/library.properties +++ b/library.properties @@ -2,7 +2,7 @@ name=Microfire_SHT3x version=0.9.0 author=Microfire LLC maintainer=contact@ufire.co -sentence=Measure air temperature and humdity. +sentence=Measure air temperature, humdity, VPD and dew point. paragraph=Take temperature measurements from 0 to 65 C and humidity measurements using the Sensiron SHT3x sensor. Also converts to VPD (vapor pressure deficit), and dew point. category=Sensors url=https://ufire.co