From c206c319ed08a27ff46dc07471545113b5ece8ef Mon Sep 17 00:00:00 2001 From: Daniel Perron Date: Tue, 15 Oct 2024 20:11:26 -0400 Subject: [PATCH] Update Pico_read.py --- Pico_example/Pico_read.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pico_example/Pico_read.py b/Pico_example/Pico_read.py index aa36c25..1639a33 100644 --- a/Pico_example/Pico_read.py +++ b/Pico_example/Pico_read.py @@ -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: