mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00
5 lines
95 B
Python
Executable file
5 lines
95 B
Python
Executable file
#!/usr/bin/env python
|
|
from brmdoor_nfc import NFCDevice
|
|
|
|
nfc = NFCDevice()
|
|
print nfc.scanUID()
|