add output SAK to dump functions

This commit is contained in:
Rotzbua
2016-02-15 16:25:48 +01:00
parent 543d08f5d8
commit fda5380a7a
4 changed files with 42 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ void setup() {
SPI.begin(); // Init SPI bus
mfrc522.PCD_Init(); // Init MFRC522
mfrc522.PCD_DumpVersionToSerial(); // Show details of PCD - MFRC522 Card Reader details
Serial.println(F("Scan PICC to see UID, type, and data blocks..."));
Serial.println(F("Scan PICC to see UID, SAK, type, and data blocks..."));
}
void loop() {