uses pushing box to publish to google spreadsheets with a state machine instead of a while loop

Dependents:   DCS_FINAL_CODE

Fork of GSM_PUSHING_BOX_STATE_MACHINE by DCS_TEAM

Revision:
33:2ae9a4eb6433
Parent:
32:424896b5adbe
Child:
34:5345174bfb30
--- a/GSMLibrary.h	Wed Oct 21 19:44:15 2015 +0000
+++ b/GSMLibrary.h	Fri Nov 06 20:49:23 2015 +0000
@@ -3,7 +3,7 @@
 
 #include "mbed.h"
 
-#define TIME_CONST 1    //Specify length of each GSM tick (currently called twice every 2 seconds, so an average of every 1 second)
+//#define TIME_CONST 1    //Specify length of each GSM tick (currently called twice every 2 seconds, so an average of every 1 second)
 #define SECONDS_TIMEOUT 30
 #define SMS_END_CHAR "\x1A"     //Character that must be appended to end of text message before it will be sent
 #define SMS_ESCAPE_CHAR "\x1A"  //Character that can be appended to end of text message to abort sending it