5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-15 05:08:41 -04:00
ardupilot/libraries/AP_HAL_Linux/GPIO_Bebop.h

10 lines
142 B
C
Raw Normal View History

#pragma once
#include "GPIO_Sysfs.h"
enum gpio_bebop {
BEBOP_GPIO_CAMV_NRST,
LINUX_GPIO_ULTRASOUND_VOLTAGE,
_BEBOP_GPIO_MAX,
};