Macro bmp280_core::pressure_resolution[][src]

macro_rules! pressure_resolution {
    (16bit / 2.62Pa) => { ... };
    (17bit / 1.31Pa) => { ... };
    (18bit / 0.66Pa) => { ... };
    (19bit / 0.33Pa) => { ... };
    (20bit / 0.16Pa) => { ... };
}