Module esp32c2_hal::ledc::channel
source · Expand description
LEDC channel
Overview
The LEDC Channel
module is a part of the LED Controller (LEDC)
driver
designed for ESP microcontrollers. It provides a high-level interface to
configure and control individual PWM channels of the LEDC peripheral.
The module allows precise and flexible control over LED lighting and other
Pulse-Width Modulation (PWM)
applications by offering configurable duty
cycles and frequencies.
Modules
- Channel configuration
Structs
- Channel struct
Enums
- Channel errors
- Fade parameter sub-errors
- Channel number
Traits
- Channel HW interface
- Channel interface