Stan Nieuw / PN532_customlib

Fork of PN532 by Components

Files at this revision

API Documentation at this revision

Comitter:
stanvn
Date:
Wed Feb 10 08:41:44 2016 +0000
Parent:
7:a26fa6ef10eb
Child:
9:70abe4844114
Commit message:
Don't know why i have to commit again

Changed in this revision

PN532.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/PN532.cpp	Tue Feb 09 16:16:11 2016 +0000
+++ b/PN532.cpp	Wed Feb 10 08:41:44 2016 +0000
@@ -359,6 +359,7 @@
     @returns 1 if everything executed properly, 0 for an error
 */
 /**************************************************************************/
+// TODO: add a RQTB command to detect a type-b card
 bool PN532::readPassiveTarget(uint8_t cardbaudrate, uint8_t *uid, uint8_t *uidLength, uint8_t *sak, uint16_t timeout)
 {
     pn532_packetbuffer[0] = PN532_COMMAND_INLISTPASSIVETARGET;