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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
Diff: main.cpp
- Revision:
- 49:a9ed4f4cdef7
- Parent:
- 48:39f84359998a
- Child:
- 56:58cbb056e4be
--- a/main.cpp Mon Oct 14 20:05:57 2019 +0000 +++ b/main.cpp Tue Oct 15 11:34:02 2019 +0000 @@ -34,8 +34,6 @@ enum States {MovementIdle, CalibrationIdle, Demo, Startup, CalibrationPhysical, CalibrationEMG, Move, TiltCup, FailState}; States CurrentState; - extern double X; - volatile char ledcolor; //r is red, b is blue, g is green, t is bluegreen, p is purple volatile int errorCode;