44 #ifndef AIRSPEED_ANALOG_H_
45 #define AIRSPEED_ANALOG_H_
52 #include "analog_monitor.h"
analog_monitor_t * analog_monitor
pointer to the structure of analog monitor module
Definition: airspeed_analog.h:63
float pressure_offset
offset of the pressure sensor
Definition: airspeed_analog.h:60
float differential_pressure
true dynamical pressure (diff between pressure and offset)
Definition: airspeed_analog.h:61
Analog monitor structure.
Definition: analog_monitor.h:90
float gain
gain factor for the ADC
Definition: airspeed_analog.h:59
Structure containing the analog airspeed sensor datas.
Definition: airspeed_analog.h:57
float airspeed
measure airspeed
Definition: airspeed_analog.h:62
uint8_t analog_channel
analog channel of the ADC
Definition: airspeed_analog.h:58