sTodo-m5paper-client/libraries/M5Unit-ENV/library.json
2025-06-30 20:47:33 +02:00

34 lines
772 B
JSON

{
"name": "M5Unit-ENV",
"description": "Library for M5Stack UNIT ENV",
"keywords": "M5Stack UNIT ENV,M5UnitUnified",
"authors": {
"name": "M5Stack",
"url": "http://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-ENV.git"
},
"dependencies":
{
"m5stack/M5UnitUnified": ">=0.1.0",
"boschsensortec/BME68x Sensor library": ">=1.3.40408",
"boschsensortec/bsec2": ">=1.10.2610"
},
"version": "1.3.0",
"frameworks": [
"arduino"
],
"headers": [
"M5UnitENV.h",
"M5UnitUnifiedENV.h"
],
"platforms": "espressif32",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}