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
aoa_adc.h File Reference
#include "std.h"
#include "mcu_periph/adc.h"
+ Include dependency graph for aoa_adc.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  Aoa_Adc
 Angle of Attack sensor via ADC. More...
 

Functions

void aoa_adc_init (void)
 
void aoa_adc_update (void)
 

Variables

struct Aoa_Adc aoa_adc
 

Data Structure Documentation

struct Aoa_Adc

Angle of Attack sensor via ADC.

Definition at line 39 of file aoa_adc.h.

+ Collaboration diagram for Aoa_Adc:
Data Fields
float angle Angle of attack in radians.
struct adc_buf buf
float filter Filtering value [0-1] 0: no filtering 1: output is a constant value.
float offset Angle of attack offset in radians.
uint32_t raw raw ADC value
float sens sensitiviy, i.e. scale to conver raw to angle

Function Documentation

void aoa_adc_init ( void  )

Definition at line 66 of file aoa_adc.c.

References adc_buf_channel(), ADC_CHANNEL_AOA_NB_SAMPLES, Aoa_Adc::angle, aoa_adc, AOA_FILTER, AOA_OFFSET, AOA_SENS, Aoa_Adc::buf, Aoa_Adc::filter, Aoa_Adc::offset, and Aoa_Adc::sens.

+ Here is the call graph for this function:

void aoa_adc_update ( void  )

Variable Documentation

struct Aoa_Adc aoa_adc

Definition at line 64 of file aoa_adc.c.

Referenced by aoa_adc_init(), and aoa_adc_update().