mirror of
https://github.com/ArduPilot/ardupilot.git
synced 2026-02-09 04:46:37 +08:00
10 lines
142 B
C
10 lines
142 B
C
#pragma once
|
|
|
|
#include "GPIO_Sysfs.h"
|
|
|
|
enum gpio_bebop {
|
|
BEBOP_GPIO_CAMV_NRST,
|
|
LINUX_GPIO_ULTRASOUND_VOLTAGE,
|
|
_BEBOP_GPIO_MAX,
|
|
};
|