mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_Linux: Add support for Sonar GPIO
This commit is contained in:
parent
5418f71aae
commit
738096b3ae
@ -6,6 +6,7 @@
|
|||||||
|
|
||||||
const unsigned Linux::GPIO_Sysfs::pin_table[] = {
|
const unsigned Linux::GPIO_Sysfs::pin_table[] = {
|
||||||
[BEBOP_GPIO_CAMV_NRST] = 129,
|
[BEBOP_GPIO_CAMV_NRST] = 129,
|
||||||
|
[LINUX_GPIO_ULTRASOUND_VOLTAGE] = 200,
|
||||||
};
|
};
|
||||||
|
|
||||||
const uint8_t Linux::GPIO_Sysfs::n_pins = _BEBOP_GPIO_MAX;
|
const uint8_t Linux::GPIO_Sysfs::n_pins = _BEBOP_GPIO_MAX;
|
||||||
|
@ -4,5 +4,6 @@
|
|||||||
|
|
||||||
enum gpio_bebop {
|
enum gpio_bebop {
|
||||||
BEBOP_GPIO_CAMV_NRST,
|
BEBOP_GPIO_CAMV_NRST,
|
||||||
|
LINUX_GPIO_ULTRASOUND_VOLTAGE,
|
||||||
_BEBOP_GPIO_MAX,
|
_BEBOP_GPIO_MAX,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user