Cellular building monitoring / Mbed 2 deprecated finalv3

Dependencies:   ARCH_GPRS_V2_HW Blinker GPRSInterface HTTPClient_GPRS RTC_WorkingLibrary SDFileSystem USBDevice mbed

Fork of finalv2 by Cellular building monitoring

Files at this revision

API Documentation at this revision

Comitter:
mbotkinl
Date:
Wed May 06 13:06:59 2015 +0000
Parent:
2:89ca14fa896e
Child:
4:f7f454e6c865
Commit message:
changed DHT sensor

Changed in this revision

finalCodev3.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/finalCodev3.cpp	Wed May 06 04:59:01 2015 +0000
+++ b/finalCodev3.cpp	Wed May 06 13:06:59 2015 +0000
@@ -60,8 +60,8 @@
 string errorR;
 
 //Sensors
-//DHT sensor(P1_14,SEN51035P);
-DHT sensor(P1_14,SEN11301P); //grove connected DHT22
+DHT sensor(P1_14,SEN51035P);
+//DHT sensor(P1_14,SEN11301P); //grove connected DHT22
 AnalogIn lightSensor(P0_12); //TEMT6000 sparkfun break out board ambient light sensor
 
 int tempData,humData, lightData; //variables to hold enviroment