Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of GSM_Library by
Diff: GSMLibrary.h
- Revision:
- 16:6807d437cd48
- Parent:
- 7:6c0b6ab3cafe
- Child:
- 17:360afa1e6809
--- a/GSMLibrary.h Fri Mar 06 02:45:22 2015 +0000 +++ b/GSMLibrary.h Fri Mar 06 22:14:50 2015 +0000 @@ -16,6 +16,9 @@ //GSM state machine void gsm_tick(); +bool gsm_timeOut(); +void gsm_nextStateLogic(); +void gsm_mealyOutputs(); //Initialize DMA data transfer, and UART3. void gsm_initialize();

