Files
M5Unit-NFC/library.json
2026-05-14 15:20:34 +09:00

32 lines
694 B
JSON

{
"name": "M5Unit-NFC",
"description": "Library for M5Stack UNIT NFC using M5UnitUnified",
"keywords": "m5stack, m5unitunified, nfc, rfid, nfca, ndef, i2c",
"authors": {
"name": "M5Stack",
"url": "https://www.m5stack.com"
},
"repository": {
"type": "git",
"url": "https://github.com/m5stack/M5Unit-NFC.git"
},
"dependencies":
{
"m5stack/M5UnitUnified": ">=0.4.4"
},
"version": "0.0.3",
"frameworks": [
"arduino"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedNFC.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}