|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
MCU-integrated periodic timer implementation. More...
Go to the source code of this file.
Classes | |
| class | EspPeriodicTimer |
| MCU-integrated periodic timer implementation. More... | |
MCU-integrated periodic timer implementation.
This header provides a periodic timer implementation for microcontrollers with built-in timer peripherals. On ESP32, this wraps the ESP timer API, on other MCUs it would wrap hardware timers, etc. The implementation supports high-precision timing, periodic callbacks, and timer management features.