ledc_set_pin() function
Set LEDC output gpio.
Arguments
gpio_num
The LEDC output gpio
speed_mode
Select the LEDC channel group with specified speed mode. Note that not all targets support high speed mode.
channel
LEDC channel (0 - LEDC_CHANNEL_MAX-1), select from ledc_channel_t
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error
Notes
This function only routes the LEDC signal to GPIO through matrix, other LEDC resources initialization are not involved. Please use `ledc_channel_config()` instead to fully configure a LEDC channel.