Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
spektrum_soft_bind_fbw.c File Reference
#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"
+ 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)
 

Detailed Description

Author
Kevin van Hecke Puts Spektrum in binding mode through software

Definition in file spektrum_soft_bind_fbw.c.

Function Documentation

◆ received_spektrum_soft_bind()

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().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ spektrum_soft_bind_init()

void spektrum_soft_bind_init ( void  )

Definition at line 38 of file spektrum_soft_bind_fbw.c.