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.
Dependents: Interference_Simple StrCommandHandler_Demo
Diff: StrCommandHandler.h
- Revision:
- 3:049a5f083f32
- Parent:
- 2:a4873d38a32c
- Child:
- 4:59a5e39e3e91
--- a/StrCommandHandler.h Thu Nov 14 00:40:03 2019 +0000
+++ b/StrCommandHandler.h Wed Nov 27 23:11:11 2019 +0000
@@ -44,6 +44,12 @@
* This lists commands registered by users.
*/
void list();
+
+
+ static char const * const ARROW_UP; /// ascii code series arrow-up symbol 0x1b 0x5b, 0x41
+ static char const * const ARROW_DOWN; /// ascii code series arrow-up symbol 0x1b 0x5b, 0x42
+ static char const * const ARROW_RIGHT; /// ascii code series arrow-up symbol 0x1b 0x5b, 0x43
+ static char const * const ARROW_LEFT; /// ascii code series arrow-up symbol 0x1b 0x5b, 0x44
private:
/** Array of commands' name