example: update led strip example with new rmt driver

This commit is contained in:
morris
2022-04-07 13:12:16 +08:00
parent 977a2830dd
commit d537da5bfb
25 changed files with 803 additions and 532 deletions
@@ -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