Page 1 of 1

esp32-c3 >> CONFIG_BLINK_LED_RMT_CHANNEL

Posted: Sat Feb 19, 2022 11:56 pm
by 666hjk
search thru https://docs.espressif.com/projects/esp ... hlight=rmt

for this macro CONFIG_BLINK_LED_RMT_CHANNEL (from esp-idf example, blink_example_main.c)

From header file it points to RMT peripheral channel number. So what is the number and where can i refer to ?

Any help appreciated. thanks.

Re: esp32-c3 >> CONFIG_BLINK_LED_RMT_CHANNEL

Posted: Sun Feb 20, 2022 6:20 am
by ESP_Sprite
Any CONFIG_* defines can be changed in Menuconfig (idf.py menuconfig, or whatever method your ide has for that)

Re: esp32-c3 >> CONFIG_BLINK_LED_RMT_CHANNEL

Posted: Sun Feb 20, 2022 8:14 pm
by 666hjk
ok, thanks for the info.