Create README.md

This commit is contained in:
SIMS IOT Devices 2022-10-16 01:41:13 +03:00 committed by GitHub
parent 23b98a4290
commit eb889e648a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
README.md Normal file
View File

@ -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