Control an H-Bridge using a PwmOut (enable) and two DigitalOuts (direction select)
Fork of Motor by
Revision 3:a87ee6f7f3e6, committed 2018-10-22
- Comitter:
- evangeli
- Date:
- Mon Oct 22 13:43:17 2018 +0000
- Parent:
- 2:f265e441bcd9
- Commit message:
- Changed line 31 of motor.cpp for ES200/202
Changed in this revision
Motor.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r f265e441bcd9 -r a87ee6f7f3e6 Motor.cpp --- a/Motor.cpp Tue Nov 23 16:16:43 2010 +0000 +++ b/Motor.cpp Mon Oct 22 13:43:17 2018 +0000 @@ -28,7 +28,7 @@ _pwm(pwm), _fwd(fwd), _rev(rev) { // Set initial condition of PWM - _pwm.period(0.001); + _pwm.period_us(50); _pwm = 0; // Initial condition of output enables