PN532 Driver library This library provides an abstract API to drive the pn532 nfc chip, with I2C/HSU/SPI interface. Its based on the Seeed Studio's Arduino version.

Dependents:   PN532_ReadUid Nfctest2

Committer:
dotnfc
Date:
Tue Sep 13 06:17:35 2016 +0000
Revision:
1:b5922b3b3257
Parent:
0:db8030e71f55
Remove ununsed files.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dotnfc 0:db8030e71f55 1 Software License Agreement (BSD License)
dotnfc 0:db8030e71f55 2
dotnfc 0:db8030e71f55 3 Copyright (c) 2012, Adafruit Industries
dotnfc 0:db8030e71f55 4 Copyright (c) 2013, Seeed Technology Inc.
dotnfc 0:db8030e71f55 5 All rights reserved.
dotnfc 0:db8030e71f55 6
dotnfc 0:db8030e71f55 7 Redistribution and use in source and binary forms, with or without
dotnfc 0:db8030e71f55 8 modification, are permitted provided that the following conditions are met:
dotnfc 0:db8030e71f55 9 1. Redistributions of source code must retain the above copyright
dotnfc 0:db8030e71f55 10 notice, this list of conditions and the following disclaimer.
dotnfc 0:db8030e71f55 11 2. Redistributions in binary form must reproduce the above copyright
dotnfc 0:db8030e71f55 12 notice, this list of conditions and the following disclaimer in the
dotnfc 0:db8030e71f55 13 documentation and/or other materials provided with the distribution.
dotnfc 0:db8030e71f55 14 3. Neither the name of the copyright holders nor the
dotnfc 0:db8030e71f55 15 names of its contributors may be used to endorse or promote products
dotnfc 0:db8030e71f55 16 derived from this software without specific prior written permission.
dotnfc 0:db8030e71f55 17
dotnfc 0:db8030e71f55 18 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ''AS IS'' AND ANY
dotnfc 0:db8030e71f55 19 EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
dotnfc 0:db8030e71f55 20 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
dotnfc 0:db8030e71f55 21 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY
dotnfc 0:db8030e71f55 22 DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
dotnfc 0:db8030e71f55 23 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
dotnfc 0:db8030e71f55 24 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
dotnfc 0:db8030e71f55 25 ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
dotnfc 0:db8030e71f55 26 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
dotnfc 0:db8030e71f55 27 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.