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:01:19 2016 +0000
Revision:
0:db8030e71f55
first commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
dotnfc 0:db8030e71f55 1 MIT License
dotnfc 0:db8030e71f55 2
dotnfc 0:db8030e71f55 3 Copyright (c) 2016 dotnfc
dotnfc 0:db8030e71f55 4
dotnfc 0:db8030e71f55 5 Permission is hereby granted, free of charge, to any person obtaining a copy
dotnfc 0:db8030e71f55 6 of this software and associated documentation files (the "Software"), to deal
dotnfc 0:db8030e71f55 7 in the Software without restriction, including without limitation the rights
dotnfc 0:db8030e71f55 8 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
dotnfc 0:db8030e71f55 9 copies of the Software, and to permit persons to whom the Software is
dotnfc 0:db8030e71f55 10 furnished to do so, subject to the following conditions:
dotnfc 0:db8030e71f55 11
dotnfc 0:db8030e71f55 12 The above copyright notice and this permission notice shall be included in all
dotnfc 0:db8030e71f55 13 copies or substantial portions of the Software.
dotnfc 0:db8030e71f55 14
dotnfc 0:db8030e71f55 15 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
dotnfc 0:db8030e71f55 16 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
dotnfc 0:db8030e71f55 17 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
dotnfc 0:db8030e71f55 18 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
dotnfc 0:db8030e71f55 19 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
dotnfc 0:db8030e71f55 20 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
dotnfc 0:db8030e71f55 21 SOFTWARE.