APM:Libraries
GPIO_Disco.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_DISCO
4 
5 #include "GPIO_Disco.h"
6 
7 const unsigned Linux::GPIO_Sysfs::pin_table[] = {
10 };
11 
13 
15  "GPIO pin_table must have the same size of entries in enum gpio_disco");
16 
17 #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.