You've already forked M5Unit-GESTURE
mirror of
https://github.com/m5stack/M5Unit-GESTURE.git
synced 2026-05-20 11:28:10 -07:00
30 lines
722 B
JSON
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"
|
|
]
|
|
}
|
|
} |