|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
Implementation of ESP32 family LEDC (PWM) controller for the HardFOC system. More...
Variables | |
| static const char * | TAG = "EspPwm" |
Implementation of ESP32 family LEDC (PWM) controller for the HardFOC system.
This file provides the complete implementation for PWM generation using the ESP32 family's built-in LEDC (LED Controller) peripheral. The implementation is designed to work across all ESP32 variants with automatic adaptation to variant-specific capabilities and constraints.
All platform-specific types and ESP-IDF dependencies are isolated through EspTypes_PWM.h, providing a clean abstraction layer that can be easily ported or tested.
|
static |