2024-08-09 01:29:29 +09:00
|
|
|
{
|
2024-09-26 15:55:34 +09:00
|
|
|
"name": "M5Unit-HUB",
|
2026-03-23 15:58:42 +09:00
|
|
|
"description": "Library for M5Stack UNIT HUB using M5UnitUnified",
|
|
|
|
|
"keywords": "m5stack, m5unitunified, pahub, pbhub, pca9548ap, i2c, multiplexer, hub",
|
2024-09-26 15:55:34 +09:00
|
|
|
"authors": {
|
|
|
|
|
"name": "M5Stack",
|
2026-03-23 15:58:42 +09:00
|
|
|
"url": "https://www.m5stack.com"
|
2024-09-26 15:55:34 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5Unit-HUB.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-18 18:24:21 +09:00
|
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
2024-09-26 15:55:34 +09:00
|
|
|
},
|
2026-04-03 10:25:04 +09:00
|
|
|
"version": "0.3.1",
|
2024-09-26 15:55:34 +09:00
|
|
|
"frameworks": [
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"headers": "M5UnitUnifiedHUB.h",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"export": {
|
2024-10-25 16:01:06 +09:00
|
|
|
"exclude": [
|
2024-09-26 15:55:34 +09:00
|
|
|
"docs/html"
|
|
|
|
|
]
|
|
|
|
|
}
|
2026-03-19 18:46:21 +09:00
|
|
|
}
|