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.

Files at this revision

API Documentation at this revision

Comitter:
julmbed
Date:
Tue Aug 26 09:39:40 2014 +0000
Parent:
16:19ea694d96c0
Commit message:
fixed doc typos

Changed in this revision

VarStore.h Show annotated file Show diff for this revision Revisions of this file
--- a/VarStore.h	Tue Aug 26 09:35:47 2014 +0000
+++ b/VarStore.h	Tue Aug 26 09:39:40 2014 +0000
@@ -125,7 +125,7 @@
 
 
 
-   /** Thread that will manage the concole interaction. Main role is to remain sleeping 
+   /** Thread that will manage the console interaction. Main role is to remain sleeping 
     * and only awakening to fire worker2 to deal with console input
     *
     * @param args pointer to the VarStore Object that will be managing.