aa

Dependencies:   mbed

Revision:
1:486ccde79dc6
Parent:
0:3d4bd1fdeb2e
--- a/MFRC522.h	Fri Oct 23 11:01:44 2015 +0000
+++ b/MFRC522.h	Sat Nov 14 08:28:43 2015 +0000
@@ -307,6 +307,7 @@
   typedef struct {
     uint8_t    size;     // Number of bytes in the UID. 4, 7 or 10.
     uint8_t    uidByte[10];
+    char       uidcheck[100];
     uint8_t    sak;      // The SAK (Select acknowledge) byte returned from the PICC after successful selection.
   } Uid;
 
@@ -763,7 +764,7 @@
   
   // ************************************************************************************
   //@}
-
+  
 
 private:
   SPI              m_SPI;