Peter Bartels / Mbed 2 deprecated Motor_component_testing_1

Dependencies:   Encoder HIDScope mbed

Fork of Motor_component_testing by Bart Arendshorst

Files at this revision

API Documentation at this revision

Comitter:
BArendshorst
Date:
Thu Oct 23 09:47:12 2014 +0000
Parent:
1:0471de635f87
Child:
3:c6b8499a9021
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
--- 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() {