Enum i2cdev_lsm9ds0::LSM9DS0GyroscopeBandwidth [] [src]

pub enum LSM9DS0GyroscopeBandwidth {
    BW1,
    BW2,
    BW3,
    BW4,
}

Reference table 21 on data sheet I believe this is the cutoff of the low pass filter

Variants

Trait Implementations

impl Debug for LSM9DS0GyroscopeBandwidth
[src]

[src]

Formats the value using the given formatter.

impl Copy for LSM9DS0GyroscopeBandwidth
[src]

impl Clone for LSM9DS0GyroscopeBandwidth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more