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.
Fork of Motor by
Motor Class Reference
Interface to control a standard DC motor. More...
#include <Motor.h>
Public Member Functions | |
| Motor (PinName pwm, PinName fwd, PinName rev) | |
| Create a motor control interface. | |
| void | speed (float speed) |
| Set the speed of the motor. | |
Detailed Description
Interface to control a standard DC motor.
with an H-bridge using a PwmOut and 2 DigitalOuts
Definition at line 32 of file Motor.h.
Constructor & Destructor Documentation
| Motor | ( | PinName | pwm, |
| PinName | fwd, | ||
| PinName | rev | ||
| ) |
Member Function Documentation
Generated on Thu Jul 14 2022 20:22:16 by
1.7.2
