mirror of
https://github.com/SIMS-IOT-Devices/FreeRTOS-ESP-IDF-I2C.git
synced 2024-10-03 18:09:03 -04:00
Read data via I2C from BME280 sensor including temperature, pressure and humidity
bme280.c | ||
bme280.h | ||
CMakeLists.txt | ||
proj5.c | ||
README.md |
FreeRTOS-ESP-IDF-I2C
Read data via I2C from BME280 sensor including temperature, pressure and humidity proj5.c - The main ESP IDF file CMakeLists.txt - Connects between proj5.c and bme280.c bme280.c - BME280 sensor library bme280.h - BME280 sensor library