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:
3:cf43e6de918e
Parent:
2:a59207652720
Child:
5:47b67a7c0bb7
--- a/VarStore.h	Mon Aug 25 10:45:03 2014 +0000
+++ b/VarStore.h	Mon Aug 25 11:07:49 2014 +0000
@@ -6,6 +6,7 @@
 
 
 #define SZ 10
+#define STR_OK ""
 
 class VarStore
 {