fn init_bme280(
    i2c: I2cProxy<'static, AtomicCheckMutex<I2c1>>,
    delay: &mut Delay
) -> Result<Bme280, Bme280Error>