mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 16:36:25 +02:00
Finally we have first UID read
This commit is contained in:
parent
4e1642ca1e
commit
a4d676772e
2 changed files with 19 additions and 2 deletions
3
runme.py
3
runme.py
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
from brmdoor_nfc import NFCDevice
|
||||
from binascii import hexlify
|
||||
|
||||
nfc = NFCDevice()
|
||||
print nfc.scanUID()
|
||||
print hexlify(nfc.scanUID())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue