Update Pico_read.py

This commit is contained in:
Daniel Perron
2024-10-15 20:11:26 -04:00
committed by GitHub
parent 12d4ac0408
commit c206c319ed

View File

@@ -40,7 +40,7 @@ try:
#utime.sleep(2)
#data = [1,2,3,4]
#reader.writeNTAGPage(5,data)
#reader.MFRC522_Dump_NTAG(uid,Start=5,End=6)
#reader.MFRC522_Dump_NTAG(Start=5,End=6)
else:
(stat, tag_type) = reader.request(reader.REQIDL)
if stat == reader.OK: