Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days ago
JSON representation
I2C Driver for Adafruit's PN532-based NFC Shield
- Host: GitHub
- URL: https://github.com/adafruit/Adafruit_NFCShield_I2C
- Owner: adafruit
- License: other
- Archived: true
- Created: 2012-05-15T23:31:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T20:43:51.000Z (over 8 years ago)
- Last Synced: 2024-09-28T09:41:07.222Z (about 2 months ago)
- Language: C++
- Size: 106 KB
- Stars: 129
- Watchers: 30
- Forks: 81
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: license.txt
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 communicateAdafruit 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 redistributionTo 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.hPlace 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.