Struct ms5611::Ms5611Sample[][src]

pub struct Ms5611Sample {
    pub pressure_mbar: f32,
    pub temperature_c: f32,
}

Output from the MS5611.

Fields

Pressure measured in millibars.

Temperature in celsius.

Trait Implementations

impl Debug for Ms5611Sample
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations