Fix a typo in comments

Replaced "Humidy" with "Humidity" in the initial description of some
temperature and humidity sensor files.
This commit is contained in:
Roberto Bonacina 2020-11-29 21:08:08 +01:00
parent 2adfc6b425
commit 5c7680fb58
4 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
#ifdef USE_DHT #ifdef USE_DHT
/*********************************************************************************************\ /*********************************************************************************************\
* DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidy * DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidity
* *
* Reading temperature or humidity takes about 250 milliseconds! * Reading temperature or humidity takes about 250 milliseconds!
* Sensor readings may also be up to 2 seconds 'old' (its a very slow sensor) * Sensor readings may also be up to 2 seconds 'old' (its a very slow sensor)

View File

@ -20,7 +20,7 @@
#ifdef USE_I2C #ifdef USE_I2C
#ifdef USE_SHT #ifdef USE_SHT
/*********************************************************************************************\ /*********************************************************************************************\
* SHT1x - Temperature and Humidy * SHT1x - Temperature and Humidity
* *
* Reading temperature and humidity takes about 320 milliseconds! * Reading temperature and humidity takes about 320 milliseconds!
* Source: Marinus vd Broek https://github.com/ESP8266nu/ESPEasy * Source: Marinus vd Broek https://github.com/ESP8266nu/ESPEasy

View File

@ -20,7 +20,7 @@
#ifdef USE_I2C #ifdef USE_I2C
#ifdef USE_HTU #ifdef USE_HTU
/*********************************************************************************************\ /*********************************************************************************************\
* HTU21 - Temperature and Humidy * HTU21 - Temperature and Humidity
* *
* Source: Heiko Krupp * Source: Heiko Krupp
* *

View File

@ -21,7 +21,7 @@
#ifdef USE_HDC1080 #ifdef USE_HDC1080
/*********************************************************************************************\ /*********************************************************************************************\
* HDC1080 - Temperature and Humidy sensor * HDC1080 - Temperature and Humidity sensor
* *
* Source: Luis Teixeira * Source: Luis Teixeira
* *