Skip to content

Flowtter/py-acr122u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PY-ACR122U

PyPI - License PyPI - License PyPI - License PyPI - License PyPI - License

This is a python library for the ACR122U NFC reader

Installation

pip install py-acr122u

Usage

from py_acr122u import nfc

reader = nfc.Reader()
reader.connect()
reader.print_data(reader.get_uid())
reader.info()