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.
Dependencies: EthernetInterface SDFileSystem mbed-rtos mbed
Diff: application/cli.hpp
- Revision:
- 3:998f7fb862af
- Parent:
- 1:58d2021e301d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/application/cli.hpp Fri Dec 09 11:22:47 2016 +0000 @@ -0,0 +1,9 @@ +#include "mbed.h" + +class cli_sd +{ +public: + void welcome(void); + void print_help(void); + char get_cmd(void); +}; \ No newline at end of file