-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlibrary.json
More file actions
32 lines (32 loc) · 791 Bytes
/
Copy pathlibrary.json
File metadata and controls
32 lines (32 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "M5Unit-RFID",
"description": "Library for M5Stack UNIT RFID using M5UnitUnified",
"keywords": "m5stack, unit, rfid, mfrc522, ws1850s, jrd4035, uhf, epc-gen2, 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.5.5",
"m5stack/M5Unit-NFC": ">=0.1.1"
},
"version": "0.2.0",
"frameworks": [
"arduino",
"espidf"
],
"platforms": [
"espressif32"
],
"headers": "M5UnitUnifiedRFID.h",
"license": "MIT",
"export": {
"exclude": [
"docs/html"
]
}
}