sparkfun/SparkFun_BME280_Arduino_Library

Wire.begin Called Within .begin Method

oclyke opened this issue · 1 comments

Mostly a style issue - SparkFun libraries now usually leave the I2C / SPI begin methods to be called at the sketch level so that configuration parameters can be respected.

Yep. We were holding off because the age of this library and the amount of pre-existing code that may break. I changed the examples in 2018 so hopefully we won't break too much with upcoming release.