SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Revision:
9:5e9c4277151d
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/temp_hum_sensor.h	Mon May 08 07:20:54 2017 +0000
@@ -0,0 +1,11 @@
+#ifndef SENSOR_H
+#define SENSOR_H
+
+#define MAX_READ_ATTEMPTS_TEMP_HUM 3
+
+extern int DHTread();
+
+extern uint32_t temp_hum_init(void const  *args);
+extern void temp_hum_thread(void const *args);
+
+#endif
\ No newline at end of file