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: HIDScope QEI biquadFilter mbed
Fork of EMG_Controller_5 by
Diff: servoController.h
- Revision:
- 18:7178416f2db5
- Parent:
- 17:80316a7a917a
diff -r 80316a7a917a -r 7178416f2db5 servoController.h --- a/servoController.h Mon Oct 31 12:39:41 2016 +0000 +++ b/servoController.h Mon Oct 31 12:44:15 2016 +0000 @@ -5,7 +5,7 @@ bool readtime = 1; double ServoAngle = 89 ; -float Pulsew = 0.0015; +float Pulsew = 0.0015; // puslewidth for middle postion double treshold = 0.6; bool binary_input_signal = 0; bool binary_input_signal_previous = 0;