3.0.0
What's Changed
- Version 3 by @abobija in #49
- Returns card type (mifare 1k, 4k, ...) based on SAK
- Functions for reading/writing from/to memory on MIFARE Classic cards
- Sector Trailer block protection (write prevented by default, configurable via menuconfig)
- Hard reset via RST pin (optional, auto switch to soft if hard fails)
- Firing events when picc changes state (all states described in 14443 iso are supported)
- Added examples (basic, read_write, memory_dump)
- Unit tests
- CI (format-check, unit-test, examples-build)
- Returns UID length, and UID is now in the form of a byte array
- Rewritten read_write test. Using PCD fifo buffer now to test if the library can read/write multiple bytes
- Firing event when card disappears from the scanner field
Full Changelog: v2.6.1...v3.0.0