|
Object Hunt
v0.2
Hunts for a not specified object in an unknown environment
|
The mapping of each bit to the respecting ultra sonic sensor. More...
Variables | |
| const uint8_t | FRONT = 0x01 |
| The ultra sonic sensor in the front. More... | |
| const uint8_t | REAR = 0x02 |
| The ultra sonic sensor in the rear. More... | |
| const uint8_t | LEFT = 0x04 |
| The ultra sonic sensor on the left. More... | |
| const uint8_t | RIGHT = 0x08 |
| The ultra sonic sensor on the right. More... | |
The mapping of each bit to the respecting ultra sonic sensor.
Each ultra sonic sensor is represented through a regarding bit.
| const uint8_t UltraSonic::Device::FRONT = 0x01 |
The ultra sonic sensor in the front.
| const uint8_t UltraSonic::Device::LEFT = 0x04 |
The ultra sonic sensor on the left.
| const uint8_t UltraSonic::Device::REAR = 0x02 |
The ultra sonic sensor in the rear.
| const uint8_t UltraSonic::Device::RIGHT = 0x08 |
The ultra sonic sensor on the right.
1.8.13