Enum mpu9250_dmp::GyroFsr[][src]

pub enum GyroFsr {
    Opt250,
    Opt500,
    Opt1000,
    Opt2000,
}

The full-scale range of the gyroscope. 250 gives the highest resolution, but saturates at +-250 degrees per second. 2000 gives the lowest resolution, but saturates at +-2000dps.

Variants

Methods

impl GyroFsr
[src]

Trait Implementations

impl Copy for GyroFsr
[src]

impl Clone for GyroFsr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GyroFsr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GyroFsr

impl Sync for GyroFsr