Greenhouse Climate Observation Module

Dependencies:   BSP_DISCO_F746NG DHT

Revision:
5:a551c6a7d99b
Parent:
4:accd2aab9abf
Child:
6:0cb2e4bacc18
--- a/main.cpp	Wed Feb 05 12:22:54 2020 +0000
+++ b/main.cpp	Wed Feb 05 12:24:06 2020 +0000
@@ -223,7 +223,7 @@
 void Vent_Air()
 {
     Temp_LED = 1;
-    wait(1);
+    wait(0.5);
     Temp_LED = 0;
     if(simmode) {
         printf("Greenhouse temperature above sustainable levels. Venting air from Greenhouse to rectify. \n \r");