ardupilot/libraries/AP_HAL_Linux/GPIO_Bebop.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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,
};