upd examples

This commit is contained in:
Rotzbua
2015-12-05 20:26:26 +01:00
parent 2a1794a0a5
commit 5c502136b3
4 changed files with 6 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ boolean try_key(MFRC522::MIFARE_Key *key)
boolean result = false;
byte buffer[18];
byte block = 0;
byte status;
MFRC522::StatusCode status;
// Serial.println(F("Authenticating using key A..."));
status = mfrc522.PCD_Authenticate(MFRC522::PICC_CMD_MF_AUTH_KEY_A, block, key, &(mfrc522.uid));