Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
pressure_board_navarro.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2010 ENAC
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
35
#ifndef PRESSURE_BOARD_NAVARRO_H
36
#define PRESSURE_BOARD_NAVARRO_H
37
38
#include "
std.h
"
39
#include "
mcu_periph/i2c.h
"
40
41
struct
PBNState
{
42
uint16_t
altitude_adc
;
43
uint16_t
airspeed_adc
;
44
uint16_t
altitude_offset
;
45
uint16_t
airspeed_offset
;
46
float
altitude
;
47
float
airspeed
;
48
float
airspeed_filter
;
49
bool
data_valid
;
50
};
51
52
extern
struct
PBNState
pbn
;
53
54
extern
struct
i2c_transaction
pbn_trans
;
55
56
extern
void
pbn_init
(
void
);
57
extern
void
pbn_periodic
(
void
);
58
extern
void
pbn_read_event
(
void
);
59
60
#define PbnEvent() { if (pbn_trans.status == I2CTransSuccess) pbn_read_event(); }
61
62
#endif // PRESSURE_BOARD_NAVARRO_H
uint16_t
unsigned short uint16_t
Definition:
types.h:16
PBNState::altitude_adc
uint16_t altitude_adc
Definition:
pressure_board_navarro.h:42
pbn_read_event
void pbn_read_event(void)
Definition:
pressure_board_navarro.c:111
PBNState::altitude
float altitude
Definition:
pressure_board_navarro.h:46
PBNState::airspeed_filter
float airspeed_filter
Definition:
pressure_board_navarro.h:48
pbn
struct PBNState pbn
Definition:
pressure_board_navarro.c:76
PBNState
Definition:
pressure_board_navarro.h:41
pbn_periodic
void pbn_periodic(void)
Definition:
pressure_board_navarro.c:97
pbn_trans
struct i2c_transaction pbn_trans
Definition:
pressure_board_navarro.c:77
std.h
PBNState::airspeed_offset
uint16_t airspeed_offset
Definition:
pressure_board_navarro.h:45
i2c_transaction
I2C transaction structure.
Definition:
i2c.h:93
pbn_init
void pbn_init(void)
Definition:
pressure_board_navarro.c:82
PBNState::altitude_offset
uint16_t altitude_offset
Definition:
pressure_board_navarro.h:44
PBNState::airspeed_adc
uint16_t airspeed_adc
Definition:
pressure_board_navarro.h:43
PBNState::airspeed
float airspeed
Definition:
pressure_board_navarro.h:47
PBNState::data_valid
bool data_valid
Definition:
pressure_board_navarro.h:49
i2c.h
Architecture independent I2C (Inter-Integrated Circuit Bus) API.
sw
airborne
modules
sensors
pressure_board_navarro.h
Generated on Sat Feb 9 2019 06:44:02 for Paparazzi UAS by
1.8.8