j
Dependencies: Encoder HIDScope mbed
Fork of Motor_component_testing by
Diff: main.cpp
- Revision:
- 2:b7d757570748
- Parent:
- 1:0471de635f87
- Child:
- 3:c6b8499a9021
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() {