Object Hunt  v0.2
Hunts for a not specified object in an unknown environment
Variables
Revolution::Device Namespace Reference

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

Detailed Description

The mapping of each bit to the respecting revolution sensor.

Each revolution sensor is represented through a regarding bit.

Variable Documentation

◆ FRONT_LEFT

const uint8_t Revolution::Device::FRONT_LEFT = 0x2

The front left revolution sensor.

◆ FRONT_RIGHT

const uint8_t Revolution::Device::FRONT_RIGHT = 0x1

The front right revolution sensor.

◆ REAR_LEFT

const uint8_t Revolution::Device::REAR_LEFT = 0x8

The rear left revolution sensor.

◆ REAR_RIGHT

const uint8_t Revolution::Device::REAR_RIGHT = 0x4

The rear right revolution sensor.