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.
handlers.cpp
- Committer:
- yuhangzhu
- Date:
- 2013-07-12
- Revision:
- 2:45db4f4ca70d
- Child:
- 3:32e67d121c7f
File content as of revision 2:45db4f4ca70d:
#include "parameters.h" void mode_idle_handler(int* state, char sel) { if(sel>='1' && sel<='8') *state = sel - '0'; //select a mode else *state = MODE_IDLE; }