Natural Tiny Shell (NT-Shell) library is a tiny shell library for a small embedded system. The interface is really simple. You should only know ntshell_execute in ntshell.h. So you can port it to any embedded system easily. Please enjoy your small embedded system with it. :)

Dependencies:   mbed NaturalTinyShell

Revision:
1:215d60da45d1
Parent:
0:88f4d656d494
--- a/main.cpp	Sun May 22 02:52:46 2011 +0000
+++ b/main.cpp	Thu May 26 21:27:20 2016 +0000
@@ -33,7 +33,6 @@
 #include "ntopt.h"
 #include "cmd.h"
 
-DigitalOut myled(LED1);
 Serial serial(USBTX, USBRX);
 ntshell_t ntshell;