Leon Klute / Mbed 2 deprecated EMG_Controller_6

Dependencies:   HIDScope QEI biquadFilter mbed

Fork of EMG_Controller_5 by Nahuel Manterola

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;