library motor

Dependencies:   Motor_new

Dependents:   Project_Plum OnMotor Baca_Program DataMotor ... more

Revision:
6:f26232e3bf8e
Parent:
5:1d0887244f8b
--- a/Motor.cpp	Sat Jul 21 14:00:51 2018 +0000
+++ b/Motor.cpp	Mon Nov 11 15:42:17 2019 +0000
@@ -26,7 +26,7 @@
         _pwm(pwm), _fwd(fwd), _rev(rev) {
 
     // Set initial condition of PWM
-    _pwm.period(0.002);
+    _pwm.period(0.00005);
     _pwm = 0;
 
     // Initial condition of output enables