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.
History
fixed doc typos
2014-08-26, by julmbed [Tue, 26 Aug 2014 09:39:40 +0000] rev 17
fixed doc typos
added documentation..... still looks poor
2014-08-26, by julmbed [Tue, 26 Aug 2014 09:35:47 +0000] rev 16
added documentation..... still looks poor
trying to fix documentation
2014-08-26, by julmbed [Tue, 26 Aug 2014 09:20:44 +0000] rev 15
trying to fix documentation
added beta comment
2014-08-26, by julmbed [Tue, 26 Aug 2014 09:09:50 +0000] rev 14
added beta comment
first version of documentation
2014-08-26, by julmbed [Tue, 26 Aug 2014 09:09:01 +0000] rev 13
first version of documentation
using new and variable number of variables
2014-08-26, by julmbed [Tue, 26 Aug 2014 08:20:02 +0000] rev 12
using new and variable number of variables
ni idea de que cambios se han hecho
2014-08-26, by julmbed [Tue, 26 Aug 2014 07:17:39 +0000] rev 11
ni idea de que cambios se han hecho
converted worker2 from friend to static private to avoid clutter in namespace;
2014-08-26, by julmbed [Tue, 26 Aug 2014 06:44:16 +0000] rev 10
converted worker2 from friend to static private to avoid clutter in namespace;
workin with rawserial and without malloc. dump string limited to 132 chars
2014-08-25, by julmbed [Mon, 25 Aug 2014 20:44:39 +0000] rev 9
workin with rawserial and without malloc. dump string limited to 132 chars
con rawserial y sin avanzar en dump de las variables
2014-08-25, by julmbed [Mon, 25 Aug 2014 19:54:12 +0000] rev 8
con rawserial y sin avanzar en dump de las variables