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:
- 14:73ef945b8def
- Parent:
- 13:019e24491f32
- Child:
- 15:a32db434af65
diff -r 019e24491f32 -r 73ef945b8def shell.h --- a/shell.h Fri Apr 18 21:33:57 2014 +0000 +++ b/shell.h Thu Apr 24 23:27:17 2014 +0000 @@ -16,6 +16,8 @@ void sendExample(); char lowercase(char); void sendText(char *); + void parseGenerate(); + void generatePi(); Serial *usbSerial; char inputBuffer[ItsInputBufferSize_];