Files
2026-04-16 15:08:59 +09:00

31 lines
734 B
JSON

{
"name": "M5Unit-FINGER",
"description": "Library for M5Stack UNIT FINGER using M5UnitUnified",
"keywords": "m5stack, m5unitunified, finger, finger2, fingerprint, fpc1020a, faces, uart",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-FINGER.git"
},
"dependencies": {
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.1.0",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedFINGER.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}