marcelbuesing / bme680

Pure Rust BME680 implementation
MIT License
28 stars 26 forks source link

Pass Back I2C #49

Open isikkema opened 1 year ago

isikkema commented 1 year ago

Allows the underlying I2C device to be passed back in the Err variant of Bme680::init(). Adds the ability to destroy() the Bme680 struct, returning the underlying I2C device.