first commit

This commit is contained in:
stuce-bot 2025-06-30 20:47:33 +02:00
commit 5893b00dd2
1669 changed files with 1982740 additions and 0 deletions

View file

@ -0,0 +1,19 @@
{
"name": "BME68x Sensor library",
"description": "Bosch Sensortec BME680 and BME688 sensor library",
"homepage": "https://www.bosch-sensortec.com/software-tools/software/bme688-software/",
"repository": {
"type": "git",
"url": "https://github.com/boschsensortec/Bosch-BME68x-Library"
},
"version": "1.3.40408",
"authors": {
"name": "Bosch Sensortec",
"email": "contact@bosch-sensortec.com"
},
"frameworks": "*",
"platforms": "*",
"build": {
"includeDir": "src/bme68x"
}
}