|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The direction definitions. More...
Variables | |
| const uint8_t | FORWARD = 0x01 |
| Forward. More... | |
| const uint8_t | BACKWARD = 0x02 |
| Backward. More... | |
| const uint8_t | NOT_MOVING = 0x04 |
| No movement. More... | |
The direction definitions.
Each direction (forward, backward) and not moving is represented through a regarding bit.
| const uint8_t Motor::Direction::BACKWARD = 0x02 |
Backward.
Should not need further explanation.
| const uint8_t Motor::Direction::FORWARD = 0x01 |
Forward.
Should not need further explanation.
| const uint8_t Motor::Direction::NOT_MOVING = 0x04 |
No movement.
Mainly used in requests of the current rotation direction of the regarding motor.
1.8.13