Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
aoa_adc.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2010 The Paparazzi Team
3
*
4
* This file is part of paparazzi.
5
*
6
* paparazzi is free software; you can redistribute it and/or modify
7
* it under the terms of the GNU General Public License as published by
8
* the Free Software Foundation; either version 2, or (at your option)
9
* any later version.
10
*
11
* paparazzi is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY; without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with paparazzi; see the file COPYING. If not, write to
18
* the Free Software Foundation, 59 Temple Place - Suite 330,
19
* Boston, MA 02111-1307, USA.
20
*
21
*/
22
31
#ifndef AOA_ADC_H
32
#define AOA_ADC_H
33
34
#include "
std.h
"
35
#include "
mcu_periph/adc.h
"
36
39
struct
Aoa_Adc
{
40
struct
adc_buf
buf
;
41
uint32_t
raw
;
42
float
angle
;
43
float
offset
;
44
float
sens
;
45
50
float
filter
;
51
};
52
53
extern
struct
Aoa_Adc
aoa_adc
;
54
55
void
aoa_adc_init
(
void
);
56
void
aoa_adc_update
(
void
);
57
58
#endif
/* AOA_ADC_H */
Aoa_Adc::sens
float sens
sensitiviy, i.e. scale to conver raw to angle
Definition:
aoa_adc.h:44
Aoa_Adc::raw
uint32_t raw
raw ADC value
Definition:
aoa_adc.h:41
Aoa_Adc::filter
float filter
Filtering value [0-1] 0: no filtering 1: output is a constant value.
Definition:
aoa_adc.h:50
Aoa_Adc
Angle of Attack sensor via ADC.
Definition:
aoa_adc.h:39
uint32_t
unsigned long uint32_t
Definition:
types.h:18
adc.h
arch independent ADC (Analog to Digital Converter) API
Aoa_Adc::buf
struct adc_buf buf
Definition:
aoa_adc.h:40
aoa_adc
struct Aoa_Adc aoa_adc
Definition:
aoa_adc.c:65
Aoa_Adc::angle
float angle
Angle of attack in radians.
Definition:
aoa_adc.h:42
Aoa_Adc::offset
float offset
Angle of attack offset in radians.
Definition:
aoa_adc.h:43
aoa_adc_init
void aoa_adc_init(void)
Definition:
aoa_adc.c:67
std.h
aoa_adc_update
void aoa_adc_update(void)
Definition:
aoa_adc.c:76
adc_buf
Generic interface for all ADC hardware drivers, independent from microcontroller architecture.
Definition:
adc.h:53
sw
airborne
modules
sensors
aoa_adc.h
Generated on Tue Feb 1 2022 13:51:16 for Paparazzi UAS by
1.8.17