Skip to content

Commit

Permalink
readPassiveTargetID with inListedTag
Browse files Browse the repository at this point in the history
  • Loading branch information
kgamecarter committed Feb 20, 2020
1 parent bc46cb5 commit a71c6a0
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 @@ -608,6 +608,7 @@ bool Adafruit_PN532::readPassiveTargetID(uint8_t cardbaudrate, uint8_t * uid, ui
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 a71c6a0

Please sign in to comment.