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:
5:320d2babfb41
Parent:
4:3264bc92993c
Child:
22:a5adf9331032
diff -r 3264bc92993c -r 320d2babfb41 gsmqueue.h
--- a/gsmqueue.h	Thu Mar 05 21:27:47 2015 +0000
+++ b/gsmqueue.h	Thu Mar 05 21:29:17 2015 +0000
@@ -16,7 +16,7 @@
 
 //Find an occurrence of the given string in the buffer.
 //Only advance queueHead until a matching string is found.
-bool findInQueue(char* str, int strLen);
+bool findInQueue(char* str);
 
 //Increment queue index by 1, auxiliar function
 char* incrementIndex(char* pointerToIncrement);