|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
Implementation of PN532Adapter — self-contained PN532 NFC transport. More...
Go to the source code of this file.
Variables | |
| static const char * | TAG = "pn532_adapter" |
| static const uint32_t | FW_IC_SHIFT = 24U |
| static const uint32_t | FW_VER_SHIFT = 16U |
| static const uint32_t | FW_REV_SHIFT = 8U |
| static const uint32_t | FW_BYTE_MASK = 0xFFU |
Implementation of PN532Adapter — self-contained PN532 NFC transport.
Owns a pn532_t handle internally and initialises it on the first PN532Adapter::begin call. Full API documentation lives on the declarations in pn532_adapter.h.
Definition in file pn532_adapter.cpp.
|
static |
Definition at line 25 of file pn532_adapter.cpp.
Referenced by PN532Adapter::printFirmwareVersion().
|
static |
Definition at line 22 of file pn532_adapter.cpp.
Referenced by PN532Adapter::printFirmwareVersion().
|
static |
Definition at line 24 of file pn532_adapter.cpp.
Referenced by PN532Adapter::printFirmwareVersion().
|
static |
Definition at line 23 of file pn532_adapter.cpp.
Referenced by PN532Adapter::printFirmwareVersion().
|
static |
Definition at line 19 of file pn532_adapter.cpp.