Paparazzi UAS
v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
|
DSM2 and DSMX datalink implementation for the cyrf6936 2.4GHz radio chip trough SPI. More...
#include "modules/datalink/superbitrf.h"
Go to the source code of this file.
Functions | |
void | superbitrf_set_mfg_id (uint32_t id) |
void | superbitrf_set_protocol (uint8_t protocol) |
Variables | |
struct SuperbitRF | superbitrf |
DSM2 and DSMX datalink implementation for the cyrf6936 2.4GHz radio chip trough SPI.
Dummy for sim so you don't have to remove the superbitrf.xml settings file.
Definition in file superbitrf.c.
void superbitrf_set_mfg_id | ( | uint32_t | id | ) |
Definition at line 34 of file superbitrf.c.
References SuperbitRF::bind_mfg_id32, and superbitrf.
Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().
void superbitrf_set_protocol | ( | uint8_t | protocol | ) |
Definition at line 39 of file superbitrf.c.
References SuperbitRF::protocol, and superbitrf.
Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().
struct SuperbitRF superbitrf |
Definition at line 1 of file superbitrf.c.
Referenced by send_superbit(), superbitrf_event(), superbitrf_gen_dsmx_channels(), superbitrf_init(), superbitrf_rc_event(), superbitrf_receive_packet_cb(), superbitrf_send_packet_cb(), superbitrf_set_mfg_id(), and superbitrf_set_protocol().