|
Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/spektrum_soft_bind/spektrum_soft_bind_fbw.h"#include "subsystems/intermcu/intermcu_fbw.h"#include "mcu.h"#include "subsystems/radio_control.h"#include "mcu_periph/sys_time_arch.h"#include "mcu_periph/gpio.h"
Include dependency graph for spektrum_soft_bind_fbw.c:Go to the source code of this file.
Functions | |
| void | spektrum_soft_bind_init (void) |
| void | received_spektrum_soft_bind (void) |
Definition in file spektrum_soft_bind_fbw.c.
| void received_spektrum_soft_bind | ( | void | ) |
Definition at line 39 of file spektrum_soft_bind_fbw.c.
References RADIO_CONTROL_POWER_OFF, RADIO_CONTROL_POWER_ON, RADIO_CONTROL_POWER_PIN, RADIO_CONTROL_POWER_PORT, SpektrumUartInit(), and sys_time_usleep().
Referenced by intermcu_parse_msg().
Here is the call graph for this function:
Here is the caller graph for this function:| void spektrum_soft_bind_init | ( | void | ) |
Definition at line 34 of file spektrum_soft_bind_fbw.c.