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:
10:34d368966675
Parent:
8:934ec53fe2c0
Child:
11:a3af7a5e03d2
--- a/VarStore.h	Mon Aug 25 20:44:39 2014 +0000
+++ b/VarStore.h	Tue Aug 26 06:44:16 2014 +0000
@@ -14,7 +14,7 @@
 {
     
  
-friend    void Worker2();
+// friend    void Worker2();
 public:
     /*******************************
     *
@@ -87,7 +87,7 @@
     *Para hacer gestión via interrupciones.
     *
     ********************************/
-   // static void Worker2();
+    static void Worker2();
     
     /*******************************
     *