|
cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
|
Concrete CW_Platform over Arduino's delay(). More...
Go to the source code of this file.
Classes | |
| class | ArduinoPlatform |
| CW_Platform implementation using Arduino's blocking delay(). More... | |
Concrete CW_Platform over Arduino's delay().
Declares ArduinoPlatform, the Arduino-side concrete platform adapter the host integration injects into CryptnoxWallet. The SDK uses the single CW_Platform::sleep_ms primitive to space APDU exchanges across the secure-channel handshake; on Arduino that maps directly to the framework's blocking delay() call.
Definition in file ArduinoPlatform.h.