BME280 driver project for the ESP32
This project implements a driver to read sensor data from a BME280 environment sensor by an ESP32 using the ESP-IDF.
It uses the I2C driver by Neil Kolban.
Name | Last commit | Last update |
---|---|---|
.vscode | ||
components | ||
main | ||
.editorconfig | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
Makefile | ||
README.md | ||
reference | ||
sdkconfig |
This project implements a driver to read sensor data from a BME280 environment sensor by an ESP32 using the ESP-IDF.
It uses the I2C driver by Neil Kolban.