#include "projectconfig.h"
// Comment out this line to disable debug output
-#define PN532_DEBUGMODE
+// #define PN532_DEBUGMODE
#define PN532_DEBUG(fmt, args...) printf(fmt, ##args)
/* Error messages generated by the stack */
} pn532_pcb_t;
void pn532PrintHex(const byte_t * pbtData, const size_t szBytes);
-void pn532PrintHexVerbose(const byte_t * pbtData, const size_t szBytes);
+void pn532PrintHexChar(const byte_t * pbtData, const size_t szBytes);
pn532_pcb_t * pn532GetPCB();
void pn532Init();
pn532_error_t pn532Read(byte_t *pbtResponse, size_t * pszLen);