From d988fb4a28e54efe4de638883ce00858064ddf5f Mon Sep 17 00:00:00 2001 From: Lady Ada Date: Sun, 23 Feb 2020 21:54:52 -0500 Subject: [PATCH] fix broken readme --- README.md | 23 ++++++++++++++++++++++- README.txt | 18 ------------------ 2 files changed, 22 insertions(+), 19 deletions(-) delete mode 100644 README.txt diff --git a/README.md b/README.md index dd2abc8..dec8cf2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,25 @@ -# Adafruit-PN532 +# Adafruit-PN532 [![Build Status](https://github.com/adafruit/Adafruit-PN532/workflows/Arduino%20Library%20CI/badge.svg)](https://github.com/adafruit/Adafruit-PN532/actions) + + +This is a library for the Adafruit PN532 NFC/RFID breakout boards +This library works with the Adafruit NFC breakout + + * https://www.adafruit.com/products/364 + +Check out the links above for our tutorials and wiring diagrams +These chips use I2C or SPI to communicate. + +Adafruit invests time and resources providing this open source code, +please support Adafruit and open-source hardware by purchasing +products from Adafruit! + +Written by Limor Fried/Ladyada & Kevin Townsend for Adafruit Industries. +BSD license, check license.txt for more information +All text above must be included in any redistribution + +To install, use the Arduino Library Manager and search for "Adafruit PN532" and install the library. Adafruit BusIO library is also required + + ## Compatibility diff --git a/README.txt b/README.txt deleted file mode 100644 index 37276b1..0000000 --- a/README.txt +++ /dev/null @@ -1,18 +0,0 @@ -This is a library for the Adafruit PN532 NFC/RFID breakout boards -This library works with the Adafruit NFC breakout - ----> https://www.adafruit.com/products/364 - -Check out the links above for our tutorials and wiring diagrams -These chips use I2C or SPI to communicate. - -Adafruit invests time and resources providing this open source code, -please support Adafruit and open-source hardware by purchasing -products from Adafruit! - -Written by Limor Fried/Ladyada & Kevin Townsend for Adafruit Industries. -BSD license, check license.txt for more information -All text above must be included in any redistribution - -To download. click the DOWNLOADS button in the top right corner, rename the uncompressed folder Adafruit_PN532. Check that the Adafruit_PN532 folder contains Adafruit_PN532.cpp and Adafruit_PN532.h - -Place the Adafruit_PN532 library folder your /libraries/ folder. You may need to create the libraries subfolder if its your first library. Restart the IDE.