add comment

This commit is contained in:
Rotzbua
2015-04-11 23:48:48 +02:00
parent b49790d40c
commit 956df8e434

View File

@@ -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);