|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Implementation of MCU-integrated periodic timer. More...
#include "EspPeriodicTimer.h"#include <algorithm>#include <cstring>#include "esp_err.h"#include "esp_log.h"#include "esp_timer.h"Variables | |
| static const char * | TAG = "EspPeriodicTimer" |
Implementation of MCU-integrated periodic timer.
This file provides the implementation for periodic timer functionality using the microcontroller's built-in timer peripherals. On ESP32, this wraps the ESP timer API for high-precision timing, periodic callbacks, and timer management with microsecond resolution and comprehensive error handling.
|
static |