ledc_bind_channel_timer() function
Bind LEDC channel with the selected timer
Arguments
speed_mode
Select the LEDC channel group with specified speed mode. Note that not all targets support high speed mode.
channel
LEDC channel index (0 - LEDC_CHANNEL_MAX-1), select from ledc_channel_t
timer_sel
LEDC timer index (0-3), select from ledc_timer_t
Return value
- ESP_ERR_INVALID_ARG Parameter error - ESP_OK Success