mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
8c4803af10
copied from minlure implementation
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,
|
|
};
|