cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
PN532Adapter.cpp File Reference

Implementation of the PN532 transport adapter. More...

#include "PN532Adapter.h"
Include dependency graph for PN532Adapter.cpp:

Go to the source code of this file.

Detailed Description

Implementation of the PN532 transport adapter.

Forwards each CW_NfcTransport call to the underlying Adafruit_PN532 instance, plus:

  • upfront APDU-length bound check (HIGH-05),
  • optional response hex-dump when CW_DEBUG_LOGGING is set,
  • firmware-version pretty-printer used by CryptnoxWallet::begin().

Doxygen documentation lives on the declarations in PN532Adapter.h.

Definition in file PN532Adapter.cpp.