Can I use the Adafruit CircuitPython BME680 library with the Pimoroni Breakout board?
yes you can, but you need to specify address manually. Adafruit is using 0x77, pimoroni 0x76
sensor = adafruit_bme680.Adafruit_BME680_I2C(i2c, address=0x76)
Can I use the Adafruit CircuitPython BME680 library with the Pimoroni Breakout board?
yes you can, but you need to specify address manually. Adafruit is using 0x77, pimoroni 0x76
sensor = adafruit_bme680.Adafruit_BME680_I2C(i2c, address=0x76)