Version one of final code

Dependencies:   ARCH_GPRS_V2_HW Blinker GPRSInterface HTTPClient_GPRS SDFileSystem USBDevice mbed RTC_WorkingLibrary

Fork of finalV1 by Micah B

Revision:
1:6746983fa040
Parent:
0:a2a4d0d432b3
Child:
2:5e5c2a000d25
--- a/finalCode.cpp	Thu Apr 16 19:46:40 2015 +0000
+++ b/finalCode.cpp	Wed Apr 22 16:37:24 2015 +0000
@@ -13,7 +13,7 @@
 #define PIN_TX                  P1_27
 #define PIN_RX                  P1_26
  
-#define BROADCAST_TIME            20    
+#define BROADCAST_TIME            300    
 //LED Blink
 Blinker yellowLED(LED1), redLED(LED2), greenLED(LED3), blueLED(LED4);