Struct i2cdev_bmp280::BMP280Settings [] [src]

pub struct BMP280Settings {
    pub compensation: BMP280CompensationAlgorithm,
    pub t_sb: BMP280Timing,
    pub iir_filter_coeff: BMP280FilterCoefficient,
    pub osrs_t: BMP280TemperatureOversampling,
    pub osrs_p: BMP280PressureOversampling,
    pub power_mode: BMP280PowerMode,
}

Fields

Trait Implementations

impl Copy for BMP280Settings
[src]

impl Clone for BMP280Settings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more