Paparazzi UAS  v5.10_stable-5-g83a0da5-dirty
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
superbitrf.c File Reference

DSM2 and DSMX datalink implementation for the cyrf6936 2.4GHz radio chip trough SPI. More...

#include "subsystems/datalink/superbitrf.h"
+ Include dependency graph for superbitrf.c:

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
 

Detailed Description

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.

Function Documentation

void superbitrf_set_mfg_id ( uint32_t  id)

Definition at line 34 of file superbitrf.c.

Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().

+ Here is the caller graph for this function:

void superbitrf_set_protocol ( uint8_t  protocol)

Definition at line 39 of file superbitrf.c.

Referenced by superbitrf_event(), and superbitrf_receive_packet_cb().

+ Here is the caller graph for this function:

Variable Documentation