robertdijk / py-acr122u

A library to use the acr122u at its full potential.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 py-acr122u

Usage

from py_acr122u 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.

License:MIT License


Languages

Language:Python 100.0%