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:
14:6cbe8366d587
Parent:
13:e1ba5bf9e51f
Child:
15:a794a7ef6170
--- a/VarStore.h	Tue Aug 26 09:09:01 2014 +0000
+++ b/VarStore.h	Tue Aug 26 09:09:50 2014 +0000
@@ -5,7 +5,7 @@
 
 #define STR_OK ""
 
-/** VarStore Class
+/** VarStore Class beta !!!!!!!
 *  Used for reading/modifying program variables
 *  from the console at runtime. Helpful for
 *  debugging.