|
Paparazzi UAS
v5.18.0_stable
Paparazzi is a free software Unmanned Aircraft System.
|
Go to the documentation of this file.
26 #ifndef AIRSPEED_MS45XX_I2C_H
27 #define AIRSPEED_MS45XX_I2C_H
float airspeed_scale
Quadratic scale factor to convert (differential) pressure to airspeed.
void ms45xx_i2c_init(void)
float airspeed
Airspeed in m/s estimated from (differential) pressure.
int16_t temperature
Temperature in 0.1 deg Celcius.
float pressure
(differential) pressure in Pascal
void ms45xx_i2c_periodic(void)
float pressure_scale
Scaling factor from raw measurement to Pascal.
bool sync_send
Flag to enable sending every new measurement via telemetry for debugging purpose.
struct AirspeedMs45xx ms45xx
bool autoset_offset
Set offset value from current filtered value.
void ms45xx_i2c_event(void)
bool pressure_type
Pressure type Differential of Gauge.
float pressure_offset
Offset in Pascal.