needs more commenting, log file errors, LED feedback

Dependencies:   ARCH_GPRS_V2_HW Blinker GPRSInterface HTTPClient_GPRS RTC_WorkingLibrary SDFileSystem USBDevice mbed

Fork of finalv2 by Cellular building monitoring

Revision:
3:8d414873535d
Parent:
2:89ca14fa896e
Child:
4:f7f454e6c865
--- 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