mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-07 16:14:01 +02:00
More methods tested in example
This commit is contained in:
parent
f7ebd2dd39
commit
87f9486fcf
1 changed files with 3 additions and 0 deletions
3
runme.py
3
runme.py
|
@ -3,4 +3,7 @@ from brmdoor_nfc import NFCDevice
|
|||
from binascii import hexlify
|
||||
|
||||
nfc = NFCDevice()
|
||||
nfc.close()
|
||||
nfc.open()
|
||||
print hexlify(nfc.scanUID())
|
||||
print "Device is opened:", nfc.opened()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue