Files
2026-01-14 10:33:29 +08:00

43 lines
815 B
JSON

{
"name": "M5Chain",
"version": "1.0.3",
"description": "Arduino library for M5Stack Chain devices, including Chain Joystick and Chain Key modules.",
"keywords": [
"M5Stack",
"Chain",
"Joystick",
"Key",
"Encoder",
"Angle",
"ToF",
"ChainBus"
],
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Chain"
},
"authors": [
{
"name": "M5Stack",
"maintainer": true
}
],
"license": "MIT",
"frameworks": ["arduino"],
"build": {
"srcFilter": ["+<*>"],
"flags": [
"-Isrc/Chain",
"-Isrc/ChainCommon",
"-Isrc/ChainJoystick",
"-Isrc/ChainKey",
"-Isrc/ChainEncoder",
"-Isrc/ChainAngle",
"-Isrc/ChainToF",
"-Isrc/UnitChainBus"
]
},
"headers": [
"M5Chain.h"
]
}