Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

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

Files at this revision

API Documentation at this revision

Comitter:
shimniok
Date:
Wed Dec 12 18:33:06 2018 +0000
Parent:
8:41b7274a9753
Child:
11:23f61057d877
Commit message:
Updated docs

Changed in this revision

SimpleShell.h Show annotated file Show diff for this revision Revisions of this file
--- 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"
  *