More methods tested in example

This commit is contained in:
Ondrej Mikle 2014-07-19 15:10:35 +02:00
parent f7ebd2dd39
commit 87f9486fcf

View file

@ -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()