|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The mapping of each bit to the respecting revolution sensor. More...
Variables | |
| const uint8_t | FRONT_RIGHT = 0x1 |
| The front right revolution sensor. More... | |
| const uint8_t | FRONT_LEFT = 0x2 |
| The front left revolution sensor. More... | |
| const uint8_t | REAR_RIGHT = 0x4 |
| The rear right revolution sensor. More... | |
| const uint8_t | REAR_LEFT = 0x8 |
| The rear left revolution sensor. More... | |
The mapping of each bit to the respecting revolution sensor.
Each revolution sensor is represented through a regarding bit.
| const uint8_t Revolution::Device::FRONT_LEFT = 0x2 |
The front left revolution sensor.
| const uint8_t Revolution::Device::FRONT_RIGHT = 0x1 |
The front right revolution sensor.
| const uint8_t Revolution::Device::REAR_LEFT = 0x8 |
The rear left revolution sensor.
| const uint8_t Revolution::Device::REAR_RIGHT = 0x4 |
The rear right revolution sensor.
1.8.13