Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
#include "modules/spektrum_soft_bind/spektrum_soft_bind_ap.h"
#include "subsystems/intermcu/intermcu_ap.h"
#include "led.h"
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 |
Definition in file spektrum_soft_bind_ap.c.
void spektrum_soft_bind_click | ( | uint8_t | val | ) |
Definition at line 33 of file spektrum_soft_bind_ap.c.
References intermcu_send_spektrum_bind().
void spektrum_soft_bind_init | ( | void | ) |
Definition at line 30 of file spektrum_soft_bind_ap.c.
uint8_t bind_soft_value |
Definition at line 32 of file spektrum_soft_bind_ap.c.