Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 3:b63a9d72851a, committed 2019-03-26
- 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