Enum mpu9250_dmp::AccelFsr[][src]

pub enum AccelFsr {
    Opt2G,
    Opt4G,
    Opt8G,
    Opt16G,
}

Variants

Methods

impl AccelFsr
[src]

The full-scale range of the accelerometer. 2G gives the highest sensitivity, but saturates at +-2G. 16G gives the lowest sensitivity, but has the largest range.

Sensitivity is the measurement of the LSB.

Trait Implementations

impl Copy for AccelFsr
[src]

impl Clone for AccelFsr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccelFsr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AccelFsr

impl Sync for AccelFsr