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