SEDO subject project

Dependencies:   ds3231 mbed-rtos mbed DHT

Revision:
11:a9f41d6489c9
Parent:
10:f14f47225091
--- a/temp_hum_sensor.cpp	Mon May 08 17:13:57 2017 +0000
+++ b/temp_hum_sensor.cpp	Mon May 08 18:30:12 2017 +0000
@@ -8,7 +8,7 @@
 #include "temp_hum_sensor.h"
 #include "DHT.h"
 
-static DHT DHTSensor(D2, DHT11);
+static DHT DHTSensor(D3, DHT11);
 static DigitalOut  DHTEnable(D7);
 static float tempCurr, humCurr, dewPCurr;
 uint32_t temp_hum_init(void const *args)