|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
| void | boardInit (void) |
| Board-specific initialization code. More... | |
| #define ActuatorDefaultSet | ( | _x, | |
| _y | |||
| ) | ActuatorPwmSet(_x,_y) |
| #define ActuatorsDefaultCommit | ( | ) | ActuatorsPwmCommit() |
| #define ActuatorsDefaultInit | ( | ) | ActuatorsPwmInit() |
| #define ADC_5_GPIO_PIN GPIO4 |
Definition at line 284 of file board.h.
Referenced by adc_init().
| #define ADC_5_GPIO_PORT GPIOC |
Definition at line 283 of file board.h.
Referenced by adc_init().
| #define DEFAULT_ACTUATORS "subsystems/actuators/actuators_pwm.h" |
| #define I2C1_CFG_DEF |
| #define I2C2_CFG_DEF |
| #define LED_1_GPIO_ON gpio_clear |
| #define LED_2_GPIO_ON gpio_clear |
| #define LED_3_GPIO_ON gpio_clear |
| #define LED_4_GPIO_ON gpio_clear |
| #define LED_5_GPIO_OFF gpio_clear |
| #define PWM_CONF3_DEF |
| #define PWM_CONF5_DEF |
| #define USE_BARO_BOARD 1 |
| void boardInit | ( | void | ) |
Board-specific initialization code.