Fork of PN532 by Components

Revision:
8:30bba738e292
Parent:
7:a26fa6ef10eb
Child:
9:70abe4844114
--- 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;