29 #ifndef DATALINK_SUPERBITRF_H
30 #define DATALINK_SUPERBITRF_H
@ DSM_DSMXP
Our own DSMX Paparazzi protocol.
@ DSM_DSMX_2
The original DSMX protocol with 2 packets of data.
@ DSM_DSM2_2
The original DSM2 protocol with 2 packets of data.
@ DSM_DSM2_1
The original DSM2 protocol with 1 packet of data.
@ DSM_DSMX_1
The original DSMX protocol with 1 packet of data.
@ DSM_DSM2P
Our own DSM2 Paparazzi protocol.
struct SuperbitRF superbitrf
void superbitrf_set_protocol(uint8_t 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.
enum dsm_protocol protocol
The protocol the transmitter uses.
uint8_t bind_mfg_id[4]
The MFG id where the receiver is bound to.
uint8_t num_channels
The number of channels the transmitter has.
unsigned int uint32_t
Typedef defining 32 bit unsigned int type.
unsigned char uint8_t
Typedef defining 8 bit unsigned char type.