Eduardo Munoz Gutierrez / Motor

Files at this revision

API Documentation at this revision

Comitter:
edmugu
Date:
Tue Mar 26 03:26:20 2019 +0000
Parent:
2:f265e441bcd9
Commit message:
minor changes;

Changed in this revision

Motor.h Show annotated file Show diff for this revision Revisions of this file
diff -r f265e441bcd9 -r b63a9d72851a Motor.h
--- 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