HTM / PN532_MK20

Dependents:   NFC_HTM_READ EMULAR_TAGS Escribir_tag NFC_HTM_READ-WRITE

Revision:
1:a549ef8b142a
Parent:
0:b805b487fbef
--- a/NfcAdapter.h	Fri Apr 24 18:17:09 2015 +0000
+++ b/NfcAdapter.h	Fri Apr 24 19:02:44 2015 +0000
@@ -33,11 +33,13 @@
         // FUTURE bool unshare();
         // FUTURE bool erase();
         // FUTURE bool format();
+        unsigned int guessTagType();
+        
     private:
         PN532* shield;
         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();
+        
 };
 
 #endif