cryptnox-sdk-arduino 1.0.0
Arduino library for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
ArduinoPlatform.cpp
Go to the documentation of this file.
1/*
2 * SPDX-License-Identifier: LGPL-3.0-or-later
3 * Copyright (c) 2026 Cryptnox SA
4 */
5
10
11#include "ArduinoPlatform.h"
12
16void ArduinoPlatform::sleep_ms(uint32_t ms) {
17 delay(ms);
18}
Concrete CW_Platform over Arduino's delay().
void sleep_ms(uint32_t ms) override
Block for ms milliseconds via Arduino's delay().