Skip to content

Commit cfc2f44

Browse files
committed
feature/unit&hardware: Support RFID
Signed-off-by: lbuque <[email protected]>
1 parent e38ed09 commit cfc2f44

File tree

11 files changed

+1642
-34
lines changed

11 files changed

+1642
-34
lines changed

m5stack/libs/driver/manifest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
"ir/nec.py",
1010
"ir/receiver.py",
1111
"ir/transmitter.py",
12+
"mfrc522/__init__.py",
13+
"mfrc522/cmd.py",
14+
"mfrc522/firmware.py",
15+
"mfrc522/reg.py",
1216
"neopixel/__init__.py",
1317
"neopixel/sk6812.py",
1418
"neopixel/ws2812.py",

0 commit comments

Comments
 (0)