![]() |
RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
|
#include "BaseComponent.h"Go to the source code of this file.
Classes | |
| class | RumPi::Motor |
| A DC motor driven through an H-bridge, with an optional enable pin and a wheel alignment used when steering. More... | |
Namespaces | |
| namespace | RumPi |
| RumPi is the library's top-level facade. | |
Enumerations | |
| enum | RumPi::MotorAlignment { RumPi::Left , RumPi::Right , RumPi::Center , RumPi::None } |
| Helps determine direction to rotate a motor if/when turning a Vehicle. More... | |