Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

Implements a simple unix-like shell for embedded systems with a pluggable command architecture.

Revision:
9:05eb118e66d9
Parent:
8:41b7274a9753
Child:
11:23f61057d877
--- a/SimpleShell.h	Wed Dec 12 18:30:49 2018 +0000
+++ b/SimpleShell.h	Wed Dec 12 18:33:06 2018 +0000
@@ -4,7 +4,8 @@
 #include "mbed.h"
 
 /** SimpleShell
- *  A simple, flexible, embedded shell with dynamically added shell commands.
+ * A simple, flexible, embedded shell with dynamically added shell commands.
+ * Shell commands must be void().
  * @code 
  * #include "SimpleShell.h"
  *