cryptnox-sdk-esp32
1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
ESP32Platform.h
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
16
17
#ifndef ESP32_PLATFORM_H
18
#define ESP32_PLATFORM_H
19
20
#include "CW_Platform.h"
21
38
class
ESP32Platform
:
public
CW_Platform {
39
public
:
49
void
sleep_ms
(uint32_t ms)
override
;
50
52
~ESP32Platform
()
override
{}
53
};
54
55
#endif
/* ESP32_PLATFORM_H */
ESP32Platform
CW_Platform backed by FreeRTOS vTaskDelay.
Definition
ESP32Platform.h:38
ESP32Platform::~ESP32Platform
~ESP32Platform() override
Default destructor.
Definition
ESP32Platform.h:52
ESP32Platform::sleep_ms
void sleep_ms(uint32_t ms) override
Sleep for at least ms milliseconds.
Definition
ESP32Platform.cpp:20
components
esp32_platform
include
ESP32Platform.h
Generated by
1.15.0