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:
22:a5adf9331032
Parent:
5:320d2babfb41
Child:
23:5227fb014aad
--- a/gsmqueue.h	Tue Mar 24 17:04:19 2015 +0000
+++ b/gsmqueue.h	Tue Mar 24 17:57:22 2015 +0000
@@ -6,7 +6,7 @@
  */
 
 //Memory block of char size alocated for DMA
-#define BUFFER_LENGTH 255 //cannot exeede an int max value
+#define BUFFER_LENGTH 2000//cannot exeede an int max value
 
 #define QUEUETAIL (char*)DMA_TCD0_DADDR