initial commit

This commit is contained in:
2021-10-02 11:40:46 +02:00
commit 4d119fdce3
34 changed files with 3410 additions and 0 deletions

10
library.properties Normal file
View File

@@ -0,0 +1,10 @@
name=NDEF
version=1.1.0
author=Don Coleman <don.coleman@gmail.com>
maintainer=Don Coleman <don.coleman@gmail.com>
sentence=An Arduino library for NFC Data Exchange Format (NDEF).
paragraph=Read and write NDEF messages to NFC tags and peers. Supports I2C and SPI readers based on the PN532 NFC chip. Works with Adafruit and SeeedStudio NFC readers. This library depends on the Seeed Studio PN532 Library https://github.com/Seeed-Studio/PN532.
category=Communication
url=https://github.com/don/NDEF
architectures=*
includes=NfcAdapter.h