code to drive the motors to the right position

Dependencies:   HIDScope QEI mbed

Fork of BMT-K9_potmeter_fade by First Last

Revision:
5:edac3771ede4
Parent:
4:e481566a5b54
Child:
6:d0f5da9962f5
--- a/main.cpp	Thu Sep 24 09:43:33 2015 +0000
+++ b/main.cpp	Thu Sep 24 09:51:21 2015 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "HIDScope.h"
 #include "QEI.h"
-
+// test if colaboration is working
 // myled is an object of class PwmOut. It uses the LED_RED pin
 // in human speech: myled is an output that can be controlled with PWM. LED_RED is the pin which is connected to the output
 PwmOut myled2(D5);