robot

Dependencies:   FastPWM3 mbed

Revisions of callbacks.cpp

Revision Date Message Actions
252:38644631ed97 2018-11-13 11/13/2018 12:45 - hitting <return> on empty line prints "\r>", so that hitting enter after intially connecting to the controller generates a prompt File  Diff  Annotate
251:4ba2f238066f 2018-11-13 11/13/2018 12:36 - bugfix to processCmd(), hitting <return> on an empty line in terminal no longer prints 'Bad Command' File  Diff  Annotate
250:ef028cbd0749 2018-11-13 11/13/2018 12:26 - bugfix to rxCallback() File  Diff  Annotate
249:314c1b12d9c2 2018-11-13 11/13/2018 12:33 - changes to rxCallback() - fast commands no longer print "\r>" after completion; non-ASCII chars are no longer echoed File  Diff  Annotate
247:da647f7185b7 2018-11-13 11/13/2017 11:04 - added fast commands (which have command and data > 127 and aren't issuable from a terminal) File  Diff  Annotate
246:167b5d50d0f2 2018-11-13 11/13/2018 10:05 - added io.cmd_busy flag to block execution of processCmd() during execution of processCmd() File  Diff  Annotate
214:c70a6e86417f 2018-04-29 added bounds check in rxCallback() File  Diff  Annotate
212:1e370ffcb73d 2018-04-29 backspace (ASCII 0x08, PuTTY Shift+Backspace) also deletes the previous char in the terminal File  Diff  Annotate
191:66861311bdcd 2018-02-10 02/09/2018 22:41 - removed ROW, COLUMNS from configurable values, for now. removed a bunch of extra #include's File  Diff  Annotate
187:523cf8c962e4 2018-02-09 02/09/2018 18:22 - moved hard-coded config values to defaults.h, started filling out errors.cpp and callbacks.cpp File  Diff  Annotate