Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/spektrum_soft_bind/spektrum_soft_bind_fbw.h"
#include "modules/intermcu/intermcu_fbw.h"
#include "mcu.h"
#include "modules/radio_control/radio_control.h"
#include "mcu_periph/sys_time_arch.h"
#include "mcu_periph/gpio.h"
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 43 of file spektrum_soft_bind_fbw.c.
References RADIO_CONTROL_POWER_OFF, RADIO_CONTROL_POWER_ON, RADIO_CONTROL_POWER_PIN, RADIO_CONTROL_POWER_PORT, and sys_time_usleep().
Referenced by intermcu_parse_IMCU_SPEKTRUM_SOFT_BIND().
void spektrum_soft_bind_init | ( | void | ) |
Definition at line 38 of file spektrum_soft_bind_fbw.c.