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: functions.h
- Branch:
- Branch2
- Revision:
- 66:fa7171cf3f67
- Parent:
- 64:5a6bf0cd1c50
--- a/functions.h Wed Oct 16 12:37:02 2019 +0000 +++ b/functions.h Wed Oct 16 13:39:19 2019 +0000 @@ -10,5 +10,7 @@ //--EMG Processing; from "emgprocessing.cpp"; float ProcessEMG(float X); + + void motorAndEncoder(float PWM1, float PWM2, float PWM3, float dt); #endif \ No newline at end of file