SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Revision:
12:1d544cdab2cf
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/light_sensor.h	Mon May 15 18:30:20 2017 +0000
@@ -0,0 +1,10 @@
+#ifndef LIGHT_SENSOR_H
+#define LIGHT_SENSOR_H
+
+#define MAX_READ_ATTEMPTS_LIGHT 3
+
+
+extern uint32_t light_init(void const  *args);
+extern void light_thread(void const *args);
+
+#endif
\ No newline at end of file