#include <arpirobot/devices/drv8833/DRV8833Motor.hpp>
|
void | begin () override |
|
void | run () override |
|
void | close () override |
|
bool | isEnabled () override |
|
bool | shouldMatchRobotState () override |
|
bool | shouldDisableWithWatchdog () override |
|
void | enable () override |
|
void | disable () override |
|
|
double | speed = 0 |
|
std::mutex | lock |
|
bool | enabled = false |
|
bool | brakeMode = false |
|
int8_t | speedFactor = 1 |
|
bool | initialized = false |
|
std::string | deviceName |
|
◆ DRV8833Motor()
arpirobot::DRV8833Motor::DRV8833Motor |
( |
int |
in1Pin, |
|
|
int |
in2Pin, |
|
|
int |
slpPin |
|
) |
| |
- Parameters
-
in1Pin | pin for side 1 directional control |
in2Pin | pin for side 2 directional control |
slpPin | pin for sleep of module |
The documentation for this class was generated from the following file: