# BME690 Sensor API adapted for ESP-IDF This code is an adaptation of https://github.com/boschsensortec/BME690_SensorAPI for ESP-IDF. Only works with i2c bus, not SPI. ## Getting Started with this IDF component This component is published on the [ESP-IDF Component Registry](https://components.espressif.com/components/francisduvivier/bme690_sensorapi_espidf). Check the [test_apps](./test_apps) directory for example code on how to use the BME690 Sensor API with ESP-IDF. ## Acknowledgements - [BME690_SensorAPI](https://github.com/boschsensortec/BME690_SensorAPI for ESP-IDF) - [espressif2022/BMI270_SensorAPI](https://github.com/espressif2022/BMI270_SensorAPI) for ESP-IDF adaptation example code.
idf.py add-dependency "francisduvivier/bme690_sensorapi_espidf^0.0.3"