Files

30 lines
719 B
JSON
Raw Permalink Normal View History

2025-01-20 15:50:27 +09:00
{
"name": "M5Unit-EXTIO",
"description": "Library for M5Stack UNIT EXTIO using M5UnitUnified",
"keywords": "m5stack, unit, extio2, stm32f030, i2c, io-expander, m5unitunified",
2025-01-20 15:50:27 +09:00
"authors": {
"name": "M5Stack",
"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": {
"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"
]
}
}