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

Fork of GSM_Library by DCS_TEAM

Revision:
7:6c0b6ab3cafe
Parent:
2:8352ad91f2ee
Child:
16:6807d437cd48
--- a/GSMLibrary.h	Thu Mar 05 21:50:30 2015 +0000
+++ b/GSMLibrary.h	Thu Mar 05 23:12:09 2015 +0000
@@ -21,7 +21,7 @@
 void gsm_initialize();
 
 //begin message transmission
-void start();
+void gsm_send_sms();
 
 //Brings state machine back to initialize state (notice this is different than initialize function)
 //this will set flags to initial values and prepare gsm to work anew.