cryptnox-sdk-esp32 1.0.0
ESP32 SDK for Cryptnox Hardware Wallet
Loading...
Searching...
No Matches
ESP32Platform.h File Reference

CW_Platform implementation for ESP32 using FreeRTOS. More...

#include "CW_Platform.h"
Include dependency graph for ESP32Platform.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ESP32Platform
 CW_Platform backed by FreeRTOS vTaskDelay. More...

Detailed Description

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.