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:
- 12:b846b64e3980
- Parent:
- 11:4c6c6d6c0ebe
- Child:
- 13:019e24491f32
diff -r 4c6c6d6c0ebe -r b846b64e3980 shell.h --- a/shell.h Wed Apr 16 03:41:12 2014 +0000 +++ b/shell.h Thu Apr 17 15:38:08 2014 +0000 @@ -6,7 +6,7 @@ class Shell { public: Shell(uint32_t); - void sendHelloWorld(); + void sendStartMessage(); void scanUSBSerialRx(); private: void sendText(char *); @@ -20,7 +20,7 @@ uint32_t characterCount, characterPointer; bool findString(char *); void parseCommands(); - void parseLED(); + void parseLEDState(); }; #endif \ No newline at end of file