Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adafruit/Adafruit_NFCShield_I2C

I2C Driver for Adafruit's PN532-based NFC Shield
https://github.com/adafruit/Adafruit_NFCShield_I2C

Last synced: about 2 months ago
JSON representation

I2C Driver for Adafruit's PN532-based NFC Shield

Awesome Lists containing this project

README

        

*** DEPRECATED! ***

This library is now deprecated and will not be maintained. The NFC shield
and I2C communication logic has been merged into the Adafruit-PN532 library
with no loss of functionality. Please see this page for details on
installing and using the Adafruit-PN532 library in place of this
Adafruit_NFCShield_I2C library:
https://learn.adafruit.com/adafruit-pn532-rfid-nfc/arduino-library

*** DEPRECATED! ***

This is a library for the Adafruit PN532 NFC/RFID breakout boards
This library works with the Adafruit NFC breakout and shield
----> https://www.adafruit.com/products/364
----> https://www.adafruit.com/products/789

Check out the links above for our tutorials and wiring diagrams
These chips use SPI or I2C 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 ZIP button above, rename
the uncompressed folder Adafruit_NFCShield_I2C. Check that the
Adafruit_NFCShield_I2C folder contains Adafruit_NFCShield_I2C.cpp and
Adafruit_NFCShield_I2C.h

Place the Adafruit_NFCShield_I2C library folder your
/libraries/ folder. You may need to create the
libraries subfolder if its your first library. Restart the IDE.