Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 361 Bytes

File metadata and controls

12 lines (9 loc) · 361 Bytes

BME280

This project implements BME280 I2C driver for ESP32. The driver is located in components/bme280 directory, the project also works as a basic example of how to use BME280 driver. To build and run the example execute:

idf.py build flash monitor

it should build the example, upload it to ESP32 and show you the output updating every 10 second.