mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 08:34:00 +02:00
Initial commit
This commit is contained in:
commit
cafd967ed6
6 changed files with 74 additions and 0 deletions
5
runme.py
Executable file
5
runme.py
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
from brmdoor_nfc import NFCDevice
|
||||
|
||||
nfc = NFCDevice()
|
||||
print nfc.scanUID()
|
Loading…
Add table
Add a link
Reference in a new issue