mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-04 20:05:25 +02:00
example: update led strip example with new rmt driver
This commit is contained in:
@@ -13,18 +13,6 @@ menu "Example Configuration"
|
||||
bool "RMT - Addressable LED"
|
||||
endchoice
|
||||
|
||||
config BLINK_LED_RMT_CHANNEL
|
||||
depends on BLINK_LED_RMT
|
||||
int "RMT Channel"
|
||||
range 0 7
|
||||
default 0
|
||||
help
|
||||
Set the RMT peripheral channel.
|
||||
ESP32 RMT channel from 0 to 7
|
||||
ESP32-S2 RMT channel from 0 to 3
|
||||
ESP32-S3 RMT channel from 0 to 3
|
||||
ESP32-C3 RMT channel from 0 to 1
|
||||
|
||||
config BLINK_GPIO
|
||||
int "Blink GPIO number"
|
||||
range 0 48
|
||||
|
||||
Reference in New Issue
Block a user