I am working with a BME680 breakout and trying to use it on an alternative I2C bus on the ATSAMD21G. I've been trying to modify the library to add the option to choose which I2C bus to use the sensor on, without success. Does anyone have advice on how to do it?
That said, I've had to do these modifications on plenty of libraries because all of them only support the default "Wire" bus. It would be a nice feature to add...
I am working with a BME680 breakout and trying to use it on an alternative I2C bus on the ATSAMD21G. I've been trying to modify the library to add the option to choose which I2C bus to use the sensor on, without success. Does anyone have advice on how to do it?
That said, I've had to do these modifications on plenty of libraries because all of them only support the default "Wire" bus. It would be a nice feature to add...