Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
spektrum_soft_bind_ap.h File Reference
#include "std.h"
+ Include dependency graph for spektrum_soft_bind_ap.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void spektrum_soft_bind_init (void)
 
void spektrum_soft_bind_click (uint8_t val)
 

Variables

uint8_t bind_soft_value
 

Detailed Description

Author
Kevin van Hecke Puts Spektrum in binding mode through software

Definition in file spektrum_soft_bind_ap.h.

Function Documentation

void spektrum_soft_bind_click ( uint8_t  val)

Definition at line 33 of file spektrum_soft_bind_ap.c.

References intermcu_send_spektrum_bind().

+ Here is the call graph for this function:

void spektrum_soft_bind_init ( void  )

Definition at line 28 of file spektrum_soft_bind.c.

Variable Documentation

uint8_t bind_soft_value

Definition at line 32 of file spektrum_soft_bind_ap.c.