Alle subfiles samengevoegd

Dependencies:   HIDScope biquadFilter mbed MODSERIAL FastPWM QEI

Revision:
9:6cee14e0e323
Parent:
8:676646c50aeb
Child:
10:4bd8ec9e79ff
--- a/main.cpp	Mon Oct 31 12:38:14 2016 +0000
+++ b/main.cpp	Mon Oct 31 12:39:38 2016 +0000
@@ -485,8 +485,8 @@
     scope.set(4,m1_MotorValue);
     scope.set(5,m2_MotorValue);
     // Set the motorvalues
-    SetMotor(1, m1_MotorValue);
-    SetMotor(2, m2_MotorValue);
+    //SetMotor(1, m1_MotorValue);
+    //SetMotor(2, m2_MotorValue);
     // Set motorvalues for scope
     // Send data to HIDScope
     scope.send();