Eduardo Munoz Gutierrez / Motor
Revision:
3:b63a9d72851a
Parent:
2:f265e441bcd9
--- a/Motor.h	Tue Nov 23 16:16:43 2010 +0000
+++ b/Motor.h	Tue Mar 26 03:26:20 2019 +0000
@@ -38,6 +38,7 @@
      * @param fwd A DigitalOut, set high when the motor should go forward
      * @param rev A DigitalOut, set high when the motor should go backwards
      */
+    Motor();
     Motor(PinName pwm, PinName fwd, PinName rev);
     
     /** Set the speed of the motor