RFID Chip MFRC522 driver
Fork of MFRC522 by
Diff: MFRC522.h
- Revision:
- 2:7d80320beb72
- Parent:
- 1:63d729186747
--- a/MFRC522.h Mon Jan 06 15:00:15 2014 +0000 +++ b/MFRC522.h Fri Dec 22 09:16:37 2017 +0000 @@ -306,7 +306,7 @@ // A struct used for passing the UID of a PICC. typedef struct { uint8_t size; // Number of bytes in the UID. 4, 7 or 10. - uint8_t uidByte[10]; + uint8_t uidByte[5]; uint8_t sak; // The SAK (Select acknowledge) byte returned from the PICC after successful selection. } Uid;