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

Implementation of ESP32Platform — FreeRTOS sleep backend. More...

#include "ESP32Platform.h"
#include <freertos/FreeRTOS.h>
#include <freertos/task.h>
Include dependency graph for ESP32Platform.cpp:

Go to the source code of this file.

Detailed Description

Implementation of ESP32Platform — FreeRTOS sleep backend.

Delegates CW_Platform::sleep_ms to vTaskDelay so the calling FreeRTOS task yields to the scheduler for the requested duration. Full API documentation lives on the declarations in ESP32Platform.h.

Definition in file ESP32Platform.cpp.