Skip to content

Instantly share code, notes, and snippets.

@nakamura-akifumi
Created June 11, 2018 12:36
Show Gist options
  • Save nakamura-akifumi/6b2edafe2f7083e85cef865679c0eea0 to your computer and use it in GitHub Desktop.
Save nakamura-akifumi/6b2edafe2f7083e85cef865679c0eea0 to your computer and use it in GitHub Desktop.
Felica CARD 接続確認サンプル
import nfc
clf=nfc.ContactlessFrontend()
clf.open('usb:001:006')
tag=clf.connect(rdwr={'on-connect': lambda tag: False})
print(tag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment