while is back
This commit is contained in:
parent
1a06580bd4
commit
949ef395dc
1 changed files with 3 additions and 3 deletions
|
@ -32,9 +32,9 @@ def start_nfc_normal():
|
||||||
device = get_reader()
|
device = get_reader()
|
||||||
clf = nfc.ContactlessFrontend(device)
|
clf = nfc.ContactlessFrontend(device)
|
||||||
clf.open(device)
|
clf.open(device)
|
||||||
|
while True:
|
||||||
clf.connect(rdwr={'on-connect': onTagSense, 'beep-on-connect': True })
|
clf.connect(rdwr={'on-connect': onTagSense, 'beep-on-connect': True })
|
||||||
time.sleep(0.75)
|
time.sleep(0.75)
|
||||||
clf.close()
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
start_nfc_normal()
|
start_nfc_normal()
|
||||||
|
|
Loading…
Reference in a new issue