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:
- 1:c1458b739eb6
- Parent:
- 0:41904adca656
- Child:
- 2:8352ad91f2ee
- Child:
- 3:dac922a18af6
--- a/gsmqueue.h Thu Mar 05 20:06:41 2015 +0000 +++ b/gsmqueue.h Thu Mar 05 20:51:04 2015 +0000 @@ -31,4 +31,10 @@ //Parse through characters until first integer is found int parseInt(); +//Reset the GSM DMA idle bit to 0 +void resetGSMIdleBit(); + +//Get the GSM DMA idle bit (if 1, indicates we already received a response) +bool getGSMIdleBit(); + #endif \ No newline at end of file