Files
2026-04-03 12:25:53 +09:00

31 lines
712 B
JSON

{
"name": "M5Unit-TUBE",
"description": "Library for M5Stack UNIT TUBE using M5UnitUnified",
"keywords": "m5stack, m5unitunified, tube, pressure, analog, mcp-h10, gpio",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-TUBE.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.0.2",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedTUBE.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}