Skip to content

Commit

Permalink
Merge pull request #4 from kgamecarter/master
Browse files Browse the repository at this point in the history
readPassiveTargetID with inListedTag adafruit#66
  • Loading branch information
solhuebner authored Aug 21, 2020
2 parents c01b1b7 + a71c6a0 commit 12d6cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Adafruit_PN532.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,7 @@ bool Adafruit_PN532::readPassiveTargetID(uint8_t cardbaudrate, uint8_t *uid,
if (pn532_packetbuffer[7] != 1)
return 0;

_inListedTag = pn532_packetbuffer[8];
uint16_t sens_res = pn532_packetbuffer[9];
sens_res <<= 8;
sens_res |= pn532_packetbuffer[10];
Expand Down

0 comments on commit 12d6cf7

Please sign in to comment.