Paparazzi UAS  v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
airspeed_ms45xx_i2c.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2014 Freek van Tienen <freek.v.tienen@gmail.com>
3  * 2014 Felix Ruess <felix.ruess@gmail.com>
4  *
5  * This file is part of paparazzi
6  *
7  * paparazzi is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2, or (at your option)
10  * any later version.
11  *
12  * paparazzi is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with paparazzi; see the file COPYING. If not, see
19  * <http://www.gnu.org/licenses/>.
20  */
21 
26 #ifndef AIRSPEED_MS45XX_I2C_H
27 #define AIRSPEED_MS45XX_I2C_H
28 
29 #include "std.h"
30 
32  float diff_pressure;
34  float airspeed;
38  bool sync_send;
39 };
40 
41 extern struct AirspeedMs45xx ms45xx;
42 
43 extern void ms45xx_i2c_init(void);
44 extern void ms45xx_i2c_periodic(void);
45 extern void ms45xx_i2c_event(void);
46 
47 #endif
struct AirspeedMs45xx ms45xx
void ms45xx_i2c_periodic(void)
int16_t temperature
temperature in 0.1 deg Celcius
void ms45xx_i2c_event(void)
float diff_pressure
differential pressure in Pascal
bool sync_send
flag to enable sending every new measurement via telemetry
float airspeed
Airspeed in m/s estimated from differential pressure.
float pressure_scale
scaling factor from raw measurement to Pascal
float airspeed_scale
quadratic scale factor to convert differential pressure to airspeed
signed short int16_t
Definition: types.h:17
void ms45xx_i2c_init(void)
float pressure_offset
offset in Pascal