A tiny Arduino/Raspberry Pi library for managing Mifare Classic 1K S50 tags on RC522 module. The tag's data is managed as a single continuous data block for a simple use.
- Choose
Sketch
->Include Library
->Manage Libraries...
- Type
TinyRC522
into the search box. - Click the row to select the library.
- Click the
Install
button to install the library.
- Choose
PIO Home
->Libraries
->Registry
- Type
TinyRC522
into the search box. - Click the row to select the library.
- Click the
Install
button to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/exocet22/TinyRC522 TinyRC522
See examples folder.
This libary is licensed under the MIT Licence.