Files
2026-04-03 10:33:37 +09:00

30 lines
722 B
JSON

{
"name": "M5Unit-GESTURE",
"description": "Library for M5Stack UNIT GESTURE Using M5UnitUnified",
"keywords": "m5stack,m5unitunified,gesture,paj7620u2,i2c,proximity,cursor",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-GESTURE.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.2.0",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedGESTURE.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}