Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
cc2500_paparazzi.c File Reference
#include "cc2500_paparazzi.h"
#include "modules/radio_control/radio_control.h"
#include "modules/core/abi.h"
#include "peripherals/cc2500.h"
#include "cc2500_common.h"
#include "cc2500_frsky_common.h"
#include "cc2500_settings.h"
#include "cc2500_rx.h"
#include <stdint.h>
#include "modules/datalink/telemetry.h"
+ Include dependency graph for cc2500_paparazzi.c:

Go to the source code of this file.

Functions

static void send_cc2500_ppm (struct transport_tx *trans, struct link_device *dev)
 
void radio_control_cc2500_init (void)
 
void radio_control_cc2500_event (void)
 

Variables

static uint16_t frsky_raw [RADIO_CTL_NB]
 

Function Documentation

◆ radio_control_cc2500_event()

◆ radio_control_cc2500_init()

void radio_control_cc2500_init ( void  )

◆ send_cc2500_ppm()

static void send_cc2500_ppm ( struct transport_tx *  trans,
struct link_device *  dev 
)
static

Definition at line 41 of file cc2500_paparazzi.c.

References dev, RadioControl::frame_rate, frsky_raw, and radio_control.

Referenced by radio_control_cc2500_init().

+ Here is the caller graph for this function:

Variable Documentation

◆ frsky_raw

uint16_t frsky_raw[RADIO_CTL_NB]
static

Definition at line 35 of file cc2500_paparazzi.c.

Referenced by radio_control_cc2500_event(), and send_cc2500_ppm().