diff --git a/examples/firmware_check/firmware_check.ino b/examples/firmware_check/firmware_check.ino index c72795b..2bdf348 100644 --- a/examples/firmware_check/firmware_check.ino +++ b/examples/firmware_check/firmware_check.ino @@ -54,6 +54,9 @@ void setup() { void loop() {} // nothing to do +/** +* Helper to print MFRC522 module info +*/ void ShowReaderDetails() { // Get the MFRC522 firmware version byte v = mfrc522.PCD_ReadRegister(mfrc522.VersionReg);