MAV'RIC
|
Structure containing the analog airspeed sensor datas. More...
#include <airspeed_analog.h>
Public Attributes | |
uint8_t | analog_channel |
analog channel of the ADC | |
float | gain |
gain factor for the ADC | |
float | pressure_offset |
offset of the pressure sensor | |
float | differential_pressure |
true dynamical pressure (diff between pressure and offset) | |
float | airspeed |
measure airspeed | |
analog_monitor_t * | analog_monitor |
pointer to the structure of analog monitor module | |
Structure containing the analog airspeed sensor datas.