adafruit / Adafruit_CircuitPython_PN532

CircuitPython driver for the PN532 NFC/RFID Breakout and PN532 NFC/RFID Shield
MIT License
91 stars 47 forks source link

Add support for Mifare classic value block operations #66

Closed symm closed 10 months ago

symm commented 11 months ago

This adds support for creating a Mifare classic value block as well as performing increment/decrement/get balance operations. I've also included a usage example.