From 69bf594b0587e7dd7ab907fc65299fce132962b8 Mon Sep 17 00:00:00 2001 From: SIMS IOT Devices <92898043+SIMS-IOT-Devices@users.noreply.github.com> Date: Sun, 16 Oct 2022 01:41:40 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index da57d0b..b6ef6cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # 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