library to modify and read program variable in runtime from a serial console. You can reset as well the mbed from the console without pushing buttons. Handy for debugging from the online compiler as you can change the behavior of the program without need to recompile each time.

Revision:
17:8c20a558d34f
Parent:
16:19ea694d96c0
--- a/VarStore.h	Tue Aug 26 09:35:47 2014 +0000
+++ b/VarStore.h	Tue Aug 26 09:39:40 2014 +0000
@@ -125,7 +125,7 @@
 
 
 
-   /** Thread that will manage the concole interaction. Main role is to remain sleeping 
+   /** Thread that will manage the console interaction. Main role is to remain sleeping 
     * and only awakening to fire worker2 to deal with console input
     *
     * @param args pointer to the VarStore Object that will be managing.