library motor

Dependencies:   Motor_new

Dependents:   Project_Plum OnMotor Baca_Program DataMotor ... more

Revision:
5:1d0887244f8b
Parent:
4:f1b54a118b5e
Child:
6:f26232e3bf8e
--- a/Motor.cpp	Tue May 29 11:17:59 2018 +0000
+++ b/Motor.cpp	Sat Jul 21 14:00:51 2018 +0000
@@ -26,7 +26,7 @@
         _pwm(pwm), _fwd(fwd), _rev(rev) {
 
     // Set initial condition of PWM
-    _pwm.period(0.001);
+    _pwm.period(0.002);
     _pwm = 0;
 
     // Initial condition of output enables