Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

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

Revision:
10:c3faa7ffd23b
Parent:
7:b58450c94d32
Child:
11:23f61057d877
--- a/SimpleShell.h	Wed Dec 12 17:58:27 2018 +0000
+++ b/SimpleShell.h	Thu Dec 13 08:56:58 2018 +0000
@@ -77,6 +77,10 @@
     
     /// Current working directory
     char _cwd[MAXBUF];
+    
+    /// shell command history
+    
+    
 }; // class
 
 #endif
\ No newline at end of file