Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: handlers.cpp
- Revision:
- 12:5e4cba1182ab
- Parent:
- 7:c268547fb6c8
- Child:
- 20:2a5e9d9aadbf
--- a/handlers.cpp Sun Jul 14 21:18:39 2013 +0000 +++ b/handlers.cpp Sun Jul 14 22:38:44 2013 +0000 @@ -1,3 +1,8 @@ +//mode_idle_handler converts character inputs to state information, which is used for later stages in main function +//parse_phase checks data in the line buffer if it's good write the converted value into address adam_pha otherwise returns error code +//parse_amp checks data in the line buffer if it's good write the converted value into address adam_amp otherwise returns error code + + #include "parameters.h" void mode_idle_handler(int* state, char sel)