diff --git a/README.md b/README.md index 0eea118..3d47e20 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Arduino Uno / Arduino ESP-32 library for PN5180-NFC Module from NXP Semiconducto Release Notes: +Version 1.9.0 - 18.11.2024 + + * Added methods for AFI read and write + * Added example code for AFI read and write methods + Version 1.8.1 - 19.08.2021 * Added changes from Nettermann90 @@ -50,3 +55,7 @@ Version 1.1 - 26.10.2018 Version 1.0.x - 21.09.2018 * Initial versions + +## Credits + +This library is originally developed by [Andreas Trappmann](https://github.com/ATrappmann/PN5180-Library). This fork is maintained by [ajxv](https://github.com/ajxv) and includes additional methods for AFI read and write. \ No newline at end of file diff --git a/library.json b/library.json index 48cbf8a..3a5c812 100644 --- a/library.json +++ b/library.json @@ -1,20 +1,24 @@ { "name": "PN5180-Library", "frameworks": "Arduino", - "keywords": "NXP NFC PN5180", + "keywords": "NXP NFC PN5180 AFI", "description": "NXP NFC PN5180 Library for Arduino", "authors": [ { "name": "Andreas Trappmann", "email": "andreas.trappmann@t-online.de", - "url": "https://github.com/ATrappmann/PN5180-Library", - "maintainer": true - } + "url": "https://github.com/ATrappmann/PN5180-Library" + }, + { + "name": "ajxv", + "url": "https://github.com/ajxv", + "maintainer": true + } ], "repository": { "type": "git", - "url": "https://github.com/ATrappmann/PN5180-Library" + "url": "https://github.com/ajxv/PN5180-Library" } } \ No newline at end of file diff --git a/library.properties b/library.properties index ce001b5..1d056d3 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ name=PN5180 Library -version=1.8.1 +version=1.9.0 author=Andreas Trappmann -maintainer=Andreas Trappmann +maintainer=ajxv sentence=NXP NFC PN5180 Library for Arduino paragraph=NXP NFC PN5180 Library category=Sensors -url=https://github.com/ATrappmann/PN5180-Library +url=https://github.com/ajxv/PN5180-Library architectures=*