#include <stdint.h>
#include <string.h>
Go to the source code of this file.
|
static const uint8_t | SENSOR_LEFT = 20 |
| The pin number for the standard pin that is used to read the left proximity sensor.
|
|
static const uint8_t | SENSOR_FRONT = 22 |
| The pin number for the standard pin that is used to read the front proximity sensor.
|
|
static const uint8_t | SENSOR_RIGHT = 4 |
| The pin number for the standard pin that is used to read the right proximity sensor.
|
|
static const uint8_t | SENSOR_NO_PIN = 255 |
| A constant that can be used in place of a pin number to indicate that no pin should be used.
|
|