APM:Libraries
GPIO_Bebop.cpp
Go to the documentation of this file.
1 #include <AP_Common/AP_Common.h>
2 
3 #if CONFIG_HAL_BOARD_SUBTYPE == HAL_BOARD_SUBTYPE_LINUX_BEBOP
4 #include "GPIO_Bebop.h"
5 
6 const unsigned Linux::GPIO_Sysfs::pin_table[] = {
7  [BEBOP_GPIO_CAMV_NRST] = 129,
9 };
10 
12 
14  "GPIO pin_table must have the same size of entries in enum gpio_bebop");
15 
16 #endif
static const uint8_t n_pins
Definition: GPIO_Sysfs.h:33
static const unsigned pin_table[]
Definition: GPIO_Sysfs.h:32
#define ARRAY_SIZE(_arr)
Definition: AP_Common.h:80
Common definitions and utility routines for the ArduPilot libraries.