Initial commit
This commit is contained in:
16
library.json
Normal file
16
library.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user