|
cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
|
CW_Platform implementation for ESP32 using FreeRTOS. More...
#include "CW_Platform.h"Go to the source code of this file.
Classes | |
| class | ESP32Platform |
CW_Platform backed by FreeRTOS vTaskDelay. More... | |
CW_Platform implementation for ESP32 using FreeRTOS.
ESP32Platform maps the single CW_Platform::sleep_ms abstraction to vTaskDelay so the platform-independent SDK core can insert timed pauses without depending on any Arduino or RTOS header directly.
Definition in file ESP32Platform.h.