Control an H-Bridge using a PwmOut (enable) and two DigitalOuts (direction select)
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 Sun Jul 17 2022 15:59:27 by
1.7.2
