Enum i2cdev_l3gd20::L3GD20GyroscopeBandwidth [] [src]

pub enum L3GD20GyroscopeBandwidth {
    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 L3GD20GyroscopeBandwidth
[src]

[src]

Formats the value using the given formatter.

impl Copy for L3GD20GyroscopeBandwidth
[src]

impl Clone for L3GD20GyroscopeBandwidth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more