私が使用しているコードはHow to get started with the Mifare MF522-AN and Arduino からのものです。
問題は、コードがカード番号の最初のペアのみをチェックすることです。
if(serNum[0] == 88) { // Is the first pair equal to 88?
Serial.println("Hello Grant");
}
完全なカード番号を確認するにはどうすればよいですか?
私が使用しているコードはHow to get started with the Mifare MF522-AN and Arduino からのものです。
問題は、コードがカード番号の最初のペアのみをチェックすることです。
if(serNum[0] == 88) { // Is the first pair equal to 88?
Serial.println("Hello Grant");
}
完全なカード番号を確認するにはどうすればよいですか?