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

Concrete CW_Platform over Arduino's delay(). More...

#include <Arduino.h>
#include "cryptnox-sdk-cpp/CW_Platform.h"
Include dependency graph for ArduinoPlatform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ArduinoPlatform
 CW_Platform implementation using Arduino's blocking delay(). More...

Detailed Description

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.

See also
CW_Platform
CryptnoxWallet

Definition in file ArduinoPlatform.h.