Paparazzi UAS  v5.8.2_stable-0-g6260b7c
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
spektrum_arch.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPEKTRUM_NB_CHANNEL   12
 
#define RADIO_CONTROL_NB_CHANNEL   12
 
#define RADIO_THROTTLE   0
 
#define RADIO_ROLL   1
 
#define RADIO_PITCH   2
 
#define RADIO_YAW   3
 
#define RADIO_GEAR   4
 
#define RADIO_FLAP   5
 
#define RADIO_AUX1   5
 
#define RADIO_AUX2   6
 
#define RADIO_AUX3   7
 
#define RADIO_AUX4   8
 
#define RADIO_AUX5   9
 
#define RADIO_AUX6   10
 
#define RADIO_AUX7   11
 
#define RADIO_CONTROL_SPEKTRUM_SIGNS   {1,1,1,1,1,1,1,1,1,1,1,1}
 
#define RADIO_MODE   RADIO_GEAR
 

Functions

void RadioControlEventImp (void(*_received_frame_handler)(void))
 

Macro Definition Documentation

#define RADIO_AUX1   5

Definition at line 57 of file spektrum_arch.h.

#define RADIO_AUX2   6

Definition at line 58 of file spektrum_arch.h.

#define RADIO_AUX3   7

Definition at line 59 of file spektrum_arch.h.

#define RADIO_AUX4   8

Definition at line 60 of file spektrum_arch.h.

#define RADIO_AUX5   9

Definition at line 61 of file spektrum_arch.h.

#define RADIO_AUX6   10

Definition at line 62 of file spektrum_arch.h.

#define RADIO_AUX7   11

Definition at line 63 of file spektrum_arch.h.

#define RADIO_CONTROL_NB_CHANNEL   12

Definition at line 35 of file spektrum_arch.h.

#define RADIO_CONTROL_SPEKTRUM_SIGNS   {1,1,1,1,1,1,1,1,1,1,1,1}

Definition at line 71 of file spektrum_arch.h.

#define RADIO_FLAP   5

Definition at line 56 of file spektrum_arch.h.

#define RADIO_GEAR   4

Definition at line 55 of file spektrum_arch.h.

#define RADIO_MODE   RADIO_GEAR

Definition at line 78 of file spektrum_arch.h.

#define RADIO_PITCH   2

Definition at line 50 of file spektrum_arch.h.

#define RADIO_ROLL   1

Definition at line 47 of file spektrum_arch.h.

#define RADIO_THROTTLE   0

Definition at line 44 of file spektrum_arch.h.

#define RADIO_YAW   3

Definition at line 53 of file spektrum_arch.h.

#define SPEKTRUM_NB_CHANNEL   12

Definition at line 32 of file spektrum_arch.h.

Referenced by RadioControlEventImp().

Function Documentation