26 #ifndef AIRSPEED_MS45XX_I2C_H
27 #define AIRSPEED_MS45XX_I2C_H
struct AirspeedMs45xx ms45xx
void ms45xx_i2c_periodic(void)
int16_t temperature
Temperature in 0.1 deg Celcius.
bool pressure_type
Pressure type Differential of Gauge.
void ms45xx_i2c_event(void)
bool autoset_offset
Set offset value from current filtered value.
float pressure
(differential) pressure in Pascal
bool sync_send
Flag to enable sending every new measurement via telemetry for debugging purpose. ...
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.
void ms45xx_i2c_init(void)
float pressure_offset
Offset in Pascal.