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.
Dependencies: biquadFilter FastPWM MODSERIAL QEI mbed
Diff: main.cpp
- Revision:
- 9:8a162a3505ed
- Parent:
- 8:8cef1050ebd9
- Child:
- 10:584b7d2c2d63
--- a/main.cpp Wed Oct 31 21:23:23 2018 +0000 +++ b/main.cpp Wed Oct 31 21:23:59 2018 +0000 @@ -28,7 +28,7 @@ MODSERIAL pc(USBTX, USBRX); // communication with pc // Define & initialise state machine -enum states { calibratingMotors, calibratingEMG, +enum states { calibratingMotors, calibratingEMG, waiting, homing, operating, reading, failing, demoing }; states currentState = waiting; // start in waiting mode