You've already forked M5Unit-RFID
mirror of
https://github.com/m5stack/M5Unit-RFID.git
synced 2026-05-20 11:28:27 -07:00
32 lines
749 B
JSON
32 lines
749 B
JSON
{
|
|
"name": "M5Unit-RFID",
|
|
"description": "Library for M5Stack UNIT RFID using M5UnitUnified",
|
|
"keywords": "m5stack, unit, rfid, mfrc522, ws1850s, nfc, m5unitunified",
|
|
"authors": {
|
|
"name": "M5Stack",
|
|
"url": "https://www.m5stack.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/m5stack/M5Unit-RFID.git"
|
|
},
|
|
"dependencies": {
|
|
"m5stack/M5UnitUnified": ">=0.4.6",
|
|
"m5stack/M5Unit-NFC": ">=0.0.3"
|
|
},
|
|
"version": "0.0.2",
|
|
"frameworks": [
|
|
"arduino"
|
|
],
|
|
"platforms": [
|
|
"espressif32"
|
|
],
|
|
"headers": "M5UnitUnifiedRFID.h",
|
|
"license": "MIT",
|
|
"export": {
|
|
"exclude": [
|
|
"docs/html"
|
|
]
|
|
}
|
|
}
|