Releases: dunknowcoding/NiusWireless
Releases · dunknowcoding/NiusWireless
Release list
v0.1.0
First Arduino Library Manager submission.
Highlights
- RC522 driver audited end-to-end. SPI (hardware and software-bit-bang) and I2C transports, full magic-tag safety, multi-sector dump, type-aware card detection (Classic 1K / 4K / Mini, Ultralight, NTAG213/215/216).
- Safe UID rewriting. writeBlock refuses block 0 and sector trailers by default; setUid defaults to a dry-run preview. commit=true backs up block 0, writes, halts, re-detects and verifies the UID.
- Cross-platform. AVR / SAMD / ESP32 / ESP8266 / nRF52 / STM32 / RP2040 / Renesas RA, one source tree.
Install in Arduino IDE
Sketch > Include Library > Manage Libraries > search 'NiusWireless'
Once this release is accepted into the Arduino Library Manager index, it appears there automatically.
RC522 bug fixes since the previous commit
- �Printer mirror, multi-sector dump, safe writeBlock / setUid
- I2C transport + rename SPI examples + ASCII cleanup
- docs: professional README rewrite + LICENSE + repo URL/author refresh
- chore: bump version to 0.1.0
- docs(API): bump version header to 0.1.0
- chore(library.properties): drop nonexistent maintainer email