Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

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

Revision:
28:753db82debb1
Parent:
27:51120f1cec44
Child:
29:8d4132274445
--- a/SimpleShell.h	Mon Dec 24 20:15:29 2018 +0000
+++ b/SimpleShell.h	Wed Dec 26 15:51:42 2018 +0000
@@ -33,7 +33,7 @@
 
     /// Callback type used for shell commands.
     typedef Callback<void(int,char**)> callback_t;
-
+    
     /// Create a new shell instance.
     SimpleShell();