
code to drive the motors to the right position
Dependencies: HIDScope QEI mbed
Fork of BMT-K9_potmeter_fade by
Revision 5:edac3771ede4, committed 2015-09-24
- Comitter:
- ewoud
- Date:
- Thu Sep 24 09:51:21 2015 +0000
- Parent:
- 4:e481566a5b54
- Child:
- 6:d0f5da9962f5
- Commit message:
- test if colaboration is working
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);