diff --git a/library.properties b/library.properties new file mode 100644 index 0000000..34e9785 --- /dev/null +++ b/library.properties @@ -0,0 +1,10 @@ +name=NDEF +version=1.1.0 +author=Don Coleman +maintainer=Don Coleman +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 \ No newline at end of file