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: mbed
Diff: src/menu.cpp
- Revision:
- 33:6c7364ea360f
- Parent:
- 30:d8721a46ee03
- Child:
- 35:ec224d706f7c
--- a/src/menu.cpp Wed Mar 06 23:37:45 2019 +0000
+++ b/src/menu.cpp Thu Aug 22 15:38:50 2019 +0000
@@ -202,6 +202,16 @@
sendSerial(strbuf);
sprintf(strbuf, "\r\n ALLOFF");
sendSerial(strbuf);
+ sprintf(strbuf, "\r\n SECT");
+ sendSerial(strbuf);
+ sprintf(strbuf, "\r\n DIAL");
+ sendSerial(strbuf);
+ sprintf(strbuf, "\r\n SCL");
+ sendSerial(strbuf);
+ sprintf(strbuf, "\r\n RCRD");
+ sendSerial(strbuf);
+ sprintf(strbuf, "\r\n RTRV");
+ sendSerial(strbuf);
sprintf(strbuf, "\r\n RUN");
sendSerial(strbuf);
sprintf(strbuf, "\r\n STOP\r\n");