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:
2:a59207652720
Parent:
0:85afbf3c9fad
Child:
8:934ec53fe2c0
--- a/VarItems.h	Mon Aug 25 09:17:32 2014 +0000
+++ b/VarItems.h	Mon Aug 25 10:45:03 2014 +0000
@@ -18,7 +18,7 @@
 
     void SetVar(VarTypes VT,void* VarPtr);
     int SetVal(char *Val);
- //   void  SetVarType(VarTypes VarType);
+//   void  SetVarType(VarTypes VarType);
     void SetVarArraySize(int Size);
     void SetVarName(char *Name);
     char *Dump();