Initial commit

This commit is contained in:
Andrey Aleksandrov
2026-01-06 14:05:29 +02:00
commit 518c8a6d00
5 changed files with 1066 additions and 0 deletions

16
library.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "BME68x_manager",
"version": "1.0.0",
"description": "Custom BME68x sensor library for ESP32",
"keywords": "bme68x, temperature, humidity, pressure, gas, sensor, esp32",
"authors": {
"name": "ESP32C6-BME68x Project"
},
"license": "MIT",
"frameworks": [
"espidf"
],
"platforms": [
"espressif32"
]
}