Simple embedded shell with runtime pluggable commands.

Dependents:   DataBus2018

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

Revision:
13:a29fb89018e1
Parent:
11:23f61057d877
Child:
14:75b5918090ae
--- a/SimpleShell.h	Thu Dec 13 09:19:51 2018 +0000
+++ b/SimpleShell.h	Thu Dec 13 23:26:34 2018 +0000
@@ -64,6 +64,9 @@
     /// Built-in shell command to display list of commands
     void help();
 
+    /// Built-in shell command to print working directory
+    void pwd();
+
     /// Prints command prompt
     void printPrompt(void);