Skip to content

A library to use the acr122u at its full potential.

License

Notifications You must be signed in to change notification settings

erikmoot/py-acr122u

 
 

Repository files navigation

PY-ACR122U

PyPI - Version PyPI - License PyPI - Downloads PyPI - Python Version PyPI - Wheel

This is a python library for the ACR122U NFC reader

Installation

pip install py122u

Usage

from py122u import nfc

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

About

A library to use the acr122u at its full potential.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%