|
Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/boards/opa_controller_fbw.h"#include "modules/intermcu/intermcu.h"#include "generated/airframe.h"#include "mcu_periph/gpio.h"#include "led.h"
Include dependency graph for opa_controller_fbw.c:Go to the source code of this file.
Macros | |
| #define | OFF_TIMER 5*1 |
| #define | MIN_ARMING_TRIG 1*1 |
Functions | |
| void | opa_controller_init (void) |
| void | opa_controller_periodic (void) |
Variables | |
| static bool | arming_led = false |
| bool | autopilot_motors_on |
| bool | opa_controller_disarm = false |
Definition in file opa_controller_fbw.c.
| #define MIN_ARMING_TRIG 1*1 |
Definition at line 33 of file opa_controller_fbw.c.
| #define OFF_TIMER 5*1 |
Definition at line 32 of file opa_controller_fbw.c.
Definition at line 41 of file opa_controller_fbw.c.
References foo, gpio_setup_input(), gpio_setup_output(), and LED_OFF.
Here is the call graph for this function:Definition at line 65 of file opa_controller_fbw.c.
References arming_led, foo, gpio_get(), INTERMCU_CLR_CMD_STATUS, INTERMCU_CMD_DISARM, INTERMCU_GET_CMD_STATUS, LED_OFF, LED_ON, MIN_ARMING_TRIG, OFF_TIMER, RADIO_CONTROL_POWER_OFF, RADIO_CONTROL_POWER_PIN, and RADIO_CONTROL_POWER_PORT.
Here is the call graph for this function:Definition at line 36 of file opa_controller_fbw.c.
Referenced by opa_controller_periodic().
|
extern |
Definition at line 38 of file opa_controller_fbw.c.