Enum i2cdev_bmp280::BMP280TemperatureOversampling [] [src]

pub enum BMP280TemperatureOversampling {
    Off,
    x1,
    x2,
    x4,
    x8,
    x16,
}

×1: 16 bit / 0.0050 °C ×2: 17 bit / 0.0025 °C ×4: 18 bit / 0.0012 °C ×8: 19 bit / 0.0006 °C ×16: 20 bit / 0.0003 °C

Recommended: 1x for all UltraLowPower->HighResolution 2x for UltraHighResolution

Variants

Trait Implementations

impl Copy for BMP280TemperatureOversampling
[src]

impl Clone for BMP280TemperatureOversampling
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more