RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
Motor.h File Reference
#include "BaseComponent.h"
Include dependency graph for Motor.h:
This graph shows which files directly or indirectly include this file:

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...