From eb889e648a523a0dae5d249ce7b915b221fa4c12 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:13 +0300 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..da57d0b --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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