From 956df8e4344f395a671578e1e860e1250ed8e2ad Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sat, 11 Apr 2015 23:48:48 +0200 Subject: [PATCH] add comment --- examples/firmware_check/firmware_check.ino | 3 +++ 1 file changed, 3 insertions(+) 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);