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
16
void
ArduinoPlatform::sleep_ms
(uint32_t ms) {
17
delay(ms);
18
}
ArduinoPlatform.h
Concrete CW_Platform over Arduino's delay().
ArduinoPlatform::sleep_ms
void sleep_ms(uint32_t ms) override
Block for ms milliseconds via Arduino's delay().
Definition
ArduinoPlatform.cpp:16
src
ArduinoPlatform.cpp
Generated by
1.15.0