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 frdm_echo by
Diff: shell.h
- Revision:
- 15:a32db434af65
- Parent:
- 14:73ef945b8def
--- a/shell.h Thu Apr 24 23:27:17 2014 +0000 +++ b/shell.h Fri Apr 25 16:22:54 2014 +0000 @@ -17,11 +17,13 @@ char lowercase(char); void sendText(char *); void parseGenerate(); + void parseGet(); void generatePi(); + void sendDecimal(uint8_t); Serial *usbSerial; char inputBuffer[ItsInputBufferSize_]; - uint32_t characterCount, characterPointer; + uint16_t characterCount, characterPointer, decimalCounter; bool findString(char *); void parseCommands(); void parseLEDState();