mirror of https://github.com/ArduPilot/ardupilot
9 lines
107 B
C
9 lines
107 B
C
|
#pragma once
|
||
|
|
||
|
#include "GPIO_Sysfs.h"
|
||
|
|
||
|
enum gpio_bebop {
|
||
|
BEBOP_GPIO_CAMV_NRST,
|
||
|
_BEBOP_GPIO_MAX,
|
||
|
};
|