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: cli.hpp
- Revision:
- 1:58d2021e301d
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cli.hpp Mon Dec 05 01:07:30 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