Skip to content

Commit

Permalink
Add support for PN532 NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
andrethomas authored Jan 2, 2019
1 parent 4f50c2b commit 2d86dea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sonoff/xsns_40_pn532_i2c.ino
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ boolean Xsns40(byte function)
if (pn532_i2c_detected) {
PN532_ScanForTag();
}
break;
case FUNC_EVERY_SECOND:
PN532_Detect();
break;
Expand Down

0 comments on commit 2d86dea

Please sign in to comment.