25 #ifndef AIRSPEED_SDP3X_H
26 #define AIRSPEED_SDP3X_H
struct AirspeedSdp3x sdp3x
bool sync_send
Flag to enable sending every new measurement via telemetry for debugging purpose.
float pressure
(differential) pressure in Pascal
float airspeed_scale
Quadratic scale factor to convert (differential) pressure to airspeed.
bool initialized
init flag
float temperature
Temperature in deg Celcius.
uint16_t raw_p
raw value from chip
bool autoset_offset
Set offset value from current filtered value.
void sdp3x_periodic(void)
float pressure_scale
Scaling factor from raw measurement to Pascal.
float airspeed
Airspeed in m/s estimated from (differential) pressure.
float pressure_offset
Offset in Pascal.
unsigned short uint16_t
Typedef defining 16 bit unsigned short type.