2025-01-20 15:50:27 +09:00
|
|
|
{
|
|
|
|
|
"name": "M5Unit-EXTIO",
|
|
|
|
|
"description": "Library for M5Stack UNIT EXTIO using M5UnitUnified",
|
2026-03-25 00:55:36 +09:00
|
|
|
"keywords": "m5stack, unit, extio2, stm32f030, i2c, io-expander, m5unitunified",
|
2025-01-20 15:50:27 +09:00
|
|
|
"authors": {
|
|
|
|
|
"name": "M5Stack",
|
2026-03-25 00:55:36 +09:00
|
|
|
"url": "https://www.m5stack.com"
|
2025-01-20 15:50:27 +09:00
|
|
|
},
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/m5stack/M5Unit-EXTIO.git"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-03-25 00:55:36 +09:00
|
|
|
"m5stack/M5UnitUnified": ">=0.4.4"
|
2025-01-20 15:50:27 +09:00
|
|
|
},
|
2026-04-03 11:22:47 +09:00
|
|
|
"version": "0.1.1",
|
2025-01-20 15:50:27 +09:00
|
|
|
"frameworks": [
|
|
|
|
|
"arduino"
|
|
|
|
|
],
|
|
|
|
|
"platforms": [
|
|
|
|
|
"espressif32"
|
|
|
|
|
],
|
|
|
|
|
"headers": "M5UnitUnifiedEXTIO.h",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"export": {
|
|
|
|
|
"exclude": [
|
|
|
|
|
"docs/html"
|
|
|
|
|
]
|
|
|
|
|
}
|
2025-06-04 02:36:09 +09:00
|
|
|
}
|