cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
pn532_adapter.h File Reference

Self-contained CW_NfcTransport adapter that owns its pn532_t handle. More...

#include "CW_NfcTransport.h"
#include "CW_Logger.h"
#include "pn532.h"
Include dependency graph for pn532_adapter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PN532Adapter
 Self-contained CW_NfcTransport that owns its pn532_t instance. More...

Detailed Description

Self-contained CW_NfcTransport adapter that owns its pn532_t handle.

PN532Adapter is an alternative to Pn532NfcTransport for callers that prefer to hand a pn532_config_t to the adapter and let it manage the full driver lifetime internally, rather than constructing the pn532_t externally.

Definition in file pn532_adapter.h.