Paparazzi UAS
v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the source code of this file.
Functions | |
void | radio_control_impl_init (void) |
Variables | |
bool | rc_spk_parser_status |
uint8_t | rc_spk_parser_idx |
uint8_t | rc_spk_parser_buf [RADIO_CONTROL_NB_CHANNEL *2] |
const int16_t | rc_spk_throw [RADIO_CONTROL_NB_CHANNEL] = RC_SPK_THROWS |
void radio_control_impl_init | ( | void | ) |
Definition at line 30 of file spektrum_arch.c.
Referenced by radio_control_init().
uint8_t rc_spk_parser_buf[RADIO_CONTROL_NB_CHANNEL *2] |
Definition at line 27 of file spektrum_arch.c.
uint8_t rc_spk_parser_idx |
Definition at line 26 of file spektrum_arch.c.
Referenced by radio_control_impl_init().
bool rc_spk_parser_status |
Definition at line 25 of file spektrum_arch.c.
Referenced by radio_control_impl_init().
const int16_t rc_spk_throw[RADIO_CONTROL_NB_CHANNEL] = RC_SPK_THROWS |
Definition at line 28 of file spektrum_arch.c.