Add support for PN532 NFC

This commit is contained in:
Andre Thomas 2019-01-02 23:17:38 +02:00 committed by GitHub
parent 149b335a4b
commit 3608baf7f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -314,6 +314,7 @@ boolean Xsns40(byte function)
if (pn532_i2c_detected) {
PN532_ScanForTag();
}
break;
case FUNC_EVERY_SECOND:
PN532_Detect();
break;