
Goede pinnen, ondergrens op 0.51 PWM GB 30, zwart M1+ rood M1-
Dependencies: Encoder HIDScope mbed
Fork of Motor_component_testing by
Revision 2:b7d757570748, committed 2014-10-23
- Comitter:
- BArendshorst
- Date:
- Thu Oct 23 09:47:12 2014 +0000
- Parent:
- 1:0471de635f87
- Commit message:
- Ondergrens goede pinnen no scope;
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0471de635f87 -r b7d757570748 main.cpp --- a/main.cpp Thu Oct 23 09:40:10 2014 +0000 +++ b/main.cpp Thu Oct 23 09:47:12 2014 +0000 @@ -10,7 +10,7 @@ DigitalOut motordir1(M1_DIR); DigitalOut LED(LED_GREEN); -float PWM = 0.6; /// (1000/200); +float PWM = 0.51; /// (1000/200); //HIDScope scope(3); int main() {