Skip to content

Releases: ElectronicCats/ElectronicCats-PN7150

v2.1.0

29 Dec 22:10
d5a3fe7
Compare
Choose a tag to compare
  • Beta versión Refactor NDEF

v2.0.1

07 Nov 21:54
c09814d
Compare
Choose a tag to compare
  • Fix Time for Get Message
  • Add DEBUG for more serial prints

2.0.0

01 Sep 16:27
5c593d1
Compare
Choose a tag to compare

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

15 Nov 00:46
88fa05d
Compare
Choose a tag to compare
  • Add time DiscoveryNotification
  • Configure Settings() UID NFC
  • Adds support for using any I2C port

Thanks PontusO, @REGIOIGER

v1.7.0

05 Aug 17:37
e5897bd
Compare
Choose a tag to compare
  • add support for RP2040
  • Fix error with WriteData for RP2040 and ESP32
  • Remove support MCU AVR

v1.6.0

19 Jul 00:55
5db27a5
Compare
Choose a tag to compare
  • This fixes a compilation error in the Arduino mbed core and other cores

v1.5.1

28 Mar 21:14
b0297f3
Compare
Choose a tag to compare
  • fix example Mifare

v1.5.0

24 Mar 23:08
be63b2b
Compare
Choose a tag to compare
  • Added support P2P
  • Fixes bug reset
  • Fixes other bugs

v1.4.0

08 Nov 00:51
18dafd9
Compare
Choose a tag to compare
  • 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

24 Mar 20:33
58c8fea
Compare
Choose a tag to compare

Add Github Actions

  • Boards Support
    • ESP8266
    • SAMD
    • STM32
    • Nano BLE
    • Nano IoT
    • Arduino UNO and Leonardo