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:
11:a3af7a5e03d2
Parent:
10:34d368966675
Child:
12:e9c8d2d9ac71
--- a/VarStore.h	Tue Aug 26 06:44:16 2014 +0000
+++ b/VarStore.h	Tue Aug 26 07:17:39 2014 +0000
@@ -7,7 +7,7 @@
 
 #include "VarItems.h"
 
-#define SZ 10
+#define SZ 20
 #define STR_OK ""
 
 class VarStore