Skip to content

Commit

Permalink
Merge pull request #2 from ajxv/afi-read-write
Browse files Browse the repository at this point in the history
updated readme
  • Loading branch information
ajxv authored Nov 18, 2024
2 parents bdede9a + 7550d18 commit 5330c95
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 8 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
14 changes: 9 additions & 5 deletions library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"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"
}
}
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name=PN5180 Library
version=1.8.1
version=1.9.0
author=Andreas Trappmann
maintainer=Andreas Trappmann <[email protected]>
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=*

0 comments on commit 5330c95

Please sign in to comment.