uses pushing box to publish to google spreadsheets with a state machine instead of a while loop
Fork of GSM_PUSHING_BOX_STATE_MACHINE by
Diff: gsmqueue.h
- Revision:
- 4:3264bc92993c
- Parent:
- 2:8352ad91f2ee
- Parent:
- 3:dac922a18af6
- Child:
- 5:320d2babfb41
--- a/gsmqueue.h Thu Mar 05 21:24:31 2015 +0000 +++ b/gsmqueue.h Thu Mar 05 21:27:47 2015 +0000 @@ -8,7 +8,6 @@ //Memory block of char size alocated for DMA #define BUFFER_LENGTH 255 //cannot exeede an int max value - #define QUEUETAIL (char*)DMA_TCD0_DADDR @@ -31,6 +30,9 @@ //Parse through characters until first integer is found int parseInt(); +//Returns true if the character is numeric +bool isNumeric(char* qPos); + //Reset the GSM DMA idle bit to 0 void resetGSMIdleBit();