Go to the source code of this file.
|
| rover |
| rover Namespace contains classes to manage Rover sensors, gpio, buzzer, buttons, driving, utilities, and cloud.
|
|
|
static const int | TRIG0 = 7 |
| HC-SR04 Sensor Trigger Pin for Front Sensor Socket (in wiringPi format) More...
|
|
static const int | ECHO0 = 0 |
| HC-SR04 Sensor Echo Pin for Front Sensor Socket (in wiringPi format) More...
|
|
static const int | TRIG1 = 1 |
| HC-SR04 Sensor Trigger Pin for Rear Sensor Socket (in wiringPi format) More...
|
|
static const int | ECHO1 = 2 |
| HC-SR04 Sensor Echo Pin for Rear Sensor Socket (in wiringPi format) More...
|
|
HC-SR04 Sensor Echo Pin for Front Sensor Socket (in wiringPi format)
HC-SR04 Sensor Echo Pin for Rear Sensor Socket (in wiringPi format)
HC-SR04 Sensor Trigger Pin for Front Sensor Socket (in wiringPi format)
HC-SR04 Sensor Trigger Pin for Rear Sensor Socket (in wiringPi format)