Releases: ElectronicCats/ElectronicCats-PN7150
Releases · ElectronicCats/ElectronicCats-PN7150
v2.1.0
- Beta versión Refactor NDEF
v2.0.1
- Fix Time for Get Message
- Add DEBUG for more serial prints
2.0.0
New API and NDEF support
This release updates the old API with some refactors and new methods, please check the API Documentation for more information about the methods available in the library.
The main changes are:
- Old API is now deprecated, but still available. Don't use it in new projects.
- New API is now the default one.
- New NDEF Send and NDEF Read examples. Still in development, but working.
v1.8.0
- Add time DiscoveryNotification
- Configure Settings() UID NFC
- Adds support for using any I2C port
Thanks PontusO, @REGIOIGER
v1.7.0
- add support for RP2040
- Fix error with WriteData for RP2040 and ESP32
- Remove support MCU AVR
v1.6.0
- This fixes a compilation error in the Arduino mbed core and other cores
v1.5.0
- Added support P2P
- Fixes bug reset
- Fixes other bugs
v1.4.0
- ISO15693
- ISO1443-3A
- Redefine pins and serial speed for Arduino
- Init ConfigSettings for crystal, PLL, and other configuration
- Better init sketch
- Fix NFC Controller FW version
- Remove serial debug
- Fix GetFW version
- Other Fixes
v1.3.1
Add Github Actions
- Boards Support
- ESP8266
- SAMD
- STM32
- Nano BLE
- Nano IoT
- Arduino UNO and Leonardo