Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PN532 by
Diff: PN532.cpp
- Revision:
- 7:26c1b3b6c192
- Parent:
- 4:0774b8298eb8
- Child:
- 8:7ffdaea03ff9
diff -r 418ee8924317 -r 26c1b3b6c192 PN532.cpp --- a/PN532.cpp Tue Mar 25 16:00:44 2014 +0000 +++ b/PN532.cpp Tue Mar 25 16:48:10 2014 +0000 @@ -665,7 +665,7 @@ /**************************************************************************/ bool PN532::inDataExchange(uint8_t *send, uint8_t sendLength, uint8_t *response, uint8_t *responseLength) { - uint8_t i; + //uint8_t i; pn532_packetbuffer[0] = 0x40; // PN532_COMMAND_INDATAEXCHANGE; pn532_packetbuffer[1] = inListedTag;