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:
- 11:4c6c6d6c0ebe
- Parent:
- 9:f9efd3a69c2d
- Child:
- 12:b846b64e3980
--- a/shell.h Tue Apr 15 03:12:29 2014 +0000 +++ b/shell.h Wed Apr 16 03:41:12 2014 +0000 @@ -12,12 +12,15 @@ void sendText(char *); bool addCharacterToBuffer(char); void finishCharacterBuffer(); + void sendExample(); + char lowercase(char); Serial *usbSerial; char inputBuffer[ItsInputBufferSize_]; uint32_t characterCount, characterPointer; - bool findString(char *, uint32_t); + bool findString(char *); void parseCommands(); + void parseLED(); }; #endif \ No newline at end of file