|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
29 #ifndef DATALINK_SUPERBITRF_H
30 #define DATALINK_SUPERBITRF_H
struct SuperbitRF superbitrf
enum dsm_protocol protocol
The protocol the transmitter uses.
@ DSM_DSMXP
Our own DSMX Paparazzi protocol.
void superbitrf_set_mfg_id(uint32_t id)
uint32_t bind_mfg_id32
The MFG id where the receiver is bound to in uint32.
@ DSM_DSM2_1
The original DSM2 protocol with 1 packet of data.
uint8_t bind_mfg_id[4]
The MFG id where the receiver is bound to.
@ DSM_DSM2P
Our own DSM2 Paparazzi protocol.
uint8_t num_channels
The number of channels the transmitter has.
@ DSM_DSM2_2
The original DSM2 protocol with 2 packets of data.
void superbitrf_set_protocol(uint8_t protocol)
@ DSM_DSMX_1
The original DSMX protocol with 1 packet of data.
@ DSM_DSMX_2
The original DSMX protocol with 2 packets of data.