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: global.h
- Revision:
- 29:8d588d554779
- Parent:
- 28:4a5671b3d88d
diff -r 4a5671b3d88d -r 8d588d554779 global.h --- a/global.h Wed Oct 09 13:20:19 2019 +0000 +++ b/global.h Wed Oct 09 13:40:08 2019 +0000 @@ -9,7 +9,8 @@ }; //Define global variables - extern double X; //Input from EMG, signal X + extern float X; //Input from EMG, signal X + extern float Ts; //Sampling time //Define structures extern MotorData Motor1;