✏️ Commenting code - read humidity

This commit is contained in:
0x6f736f646f
2020-08-28 00:48:47 +03:00
parent 6460d9e9cf
commit 8cbba0b60e
+1
View File
@@ -171,6 +171,7 @@ void loop()
float readHum(void)
{
// This functions reads the humidity as returns the value as float
humidity = dht.readHumidity();
// Check if reads failed and exit
if (humidity == NULL){