Skip to content

Flowtter/py-acr122u

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PY-ACR122U

This is a python library for the ACR122U NFC reader

Installation

Usage

from src import nfc

reader = nfc.Reader()
reader.print_data(reader.get_uid())
reader.info()
  • python main.py