View Source APM.Message.RawPressure (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %APM.Message.RawPressure{ press_abs: MAVLink.Types.int16_t(), press_diff1: MAVLink.Types.int16_t(), press_diff2: MAVLink.Types.int16_t(), temperature: MAVLink.Types.int16_t(), time_usec: MAVLink.Types.uint64_t() }
The RAW pressure readings for the typical setup of one absolute pressure and one differential pressure sensor. The sensor values should be the raw, UNSCALED ADC values.