Trait mpu9250::FullScale[][src]

pub trait FullScale {
    fn resolution(&self) -> f32;
}

Sensor reading scale

Required Methods

Returns scale resolutino

Implementors