Update MultiReaders.py

This commit is contained in:
Daniel Perron
2023-08-19 16:26:43 -04:00
committed by GitHub
parent f0bea07c75
commit c2f484aaef

View File

@@ -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