Update MultiReaders.py
This commit is contained in:
@@ -2,6 +2,8 @@ from mfrc522 import MFRC522
|
||||
import utime
|
||||
|
||||
|
||||
# youtube short video about it https://www.youtube.com/watch?v=wE2AamTF5dg
|
||||
|
||||
def uidToString(uid):
|
||||
mystring = ""
|
||||
for i in uid:
|
||||
@@ -73,4 +75,4 @@ try:
|
||||
utime.sleep_ms(50)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
pass
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user