mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 10:58:49 +08:00
boards/esp32s2-saola-1: Change the RMT output pin to on-board LED
This enables the on-board WS2812 addressable LED to be driven by the RMT peripheral with the `rmt` defconfig.
This commit is contained in:
parent
62a608b558
commit
c5358d6365
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
# define RMT_OUTPUT_PIN 0
|
||||
#else
|
||||
# define RMT_INPUT_PIN 2
|
||||
# define RMT_OUTPUT_PIN 4
|
||||
# define RMT_OUTPUT_PIN 18
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Reference in a new issue