SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Revision:
12:1d544cdab2cf
Parent:
9:5e9c4277151d
--- a/main.h	Mon May 08 18:30:12 2017 +0000
+++ b/main.h	Mon May 15 18:30:20 2017 +0000
@@ -10,6 +10,8 @@
     float humidity;
     float dewPoint;
     int8_t DHTError;
+    float light;
+    int8_t lightError;
 };
 
 struct task_definition_struct {