PN532 NFC library for Seeed Studio's NFC Shield

Fork of PN532 by Yihui Xiong

Revision:
5:51f820fbd18a
Parent:
3:4189a10038e6
diff -r 0774b8298eb8 -r 51f820fbd18a NfcAdapter.h
--- a/NfcAdapter.h	Thu Nov 21 04:41:47 2013 +0000
+++ b/NfcAdapter.h	Tue Oct 07 15:09:46 2014 +0000
@@ -38,6 +38,8 @@
         uint8_t uid[7];    // Buffer to store the returned UID
         unsigned int uidLength; // Length of the UID (4 or 7 uint8_ts depending on ISO14443A card type)
         unsigned int guessTagType();
+        uint16_t ATQA;
+        uint8_t SAK;
 };
 
 #endif