mirror of
https://github.com/rodneyosodo/smart-farm-africastalking-hackathon.git
synced 2026-06-23 04:10:17 +00:00
✏️ Commenting code - read humidity
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user