Update MFRC522.h

now returns the passACK
This commit is contained in:
Gargantuanman
2016-01-01 01:38:44 -06:00
parent d8072ede61
commit 143f46f729

View File

@@ -372,7 +372,7 @@ public:
MFRC522::StatusCode MIFARE_Transfer(byte blockAddr);
MFRC522::StatusCode MIFARE_GetValue(byte blockAddr, long *value);
MFRC522::StatusCode MIFARE_SetValue(byte blockAddr, long value);
MFRC522::StatusCode PCD_NTAG216_AUTH(byte *passWord);
MFRC522::StatusCode PCD_NTAG216_AUTH(byte *passWord, byte pACK[]);
/////////////////////////////////////////////////////////////////////////////////////