Bme680 spi

Does someone have code for the bme680 sensor for the raspberry pi, but not with I²C but with SPI.

From what I understand the BOSCH Sensortec driver (the official C one) supports SPI, you can find it here: https://github.com/BoschSensortec/BME680_driver

I appreciate you may be looking for a Python one though. I suspect ours isn’t far off, but since our breakout is i2c only I don’t have the time/resources to add SPI functionality.

but can i just change the i²c functions into spi?

Our breakout doesn’t have the SPI wired up, so it’s basically impossible to use. Adafruit’s breakout has both I2C and SPI interfaces though.