|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The mapping of each bit to the respecting motor. More...
Variables | |
| const uint8_t | FRONT_RIGHT = 0x01 |
| The front right motor. More... | |
| const uint8_t | FRONT_LEFT = 0x02 |
| The front left motor. More... | |
| const uint8_t | BACK_RIGHT = 0x04 |
| The back right motor. More... | |
| const uint8_t | BACK_LEFT = 0x08 |
| The back left motor. More... | |
The mapping of each bit to the respecting motor.
Each motor device is represented through a regarding bit.
| const uint8_t Motor::Device::BACK_LEFT = 0x08 |
The back left motor.
| const uint8_t Motor::Device::BACK_RIGHT = 0x04 |
The back right motor.
| const uint8_t Motor::Device::FRONT_LEFT = 0x02 |
The front left motor.
| const uint8_t Motor::Device::FRONT_RIGHT = 0x01 |
The front right motor.
1.8.13