Open isikkema opened 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.
Err
Bme680::init()
destroy()
Bme680
Allows the underlying I2C device to be passed back in the
Err
variant ofBme680::init()
. Adds the ability todestroy()
theBme680
struct, returning the underlying I2C device.