Skip to content

Commit 66e970f

Browse files
committed
Use pin 0
1 parent 30e9692 commit 66e970f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
77
set(BOOT_WORKAROUND OFF)
88

99
# Default output data pin for the non-SPI LED strips (only for sk6812/ws2812b)
10-
set(OUTPUT_DATA_PIN 2)
10+
set(OUTPUT_DATA_PIN 0)
1111

1212
# Default output data/clocks pin for the SPI LED strips (only for apa102, not for sk6812/ws2812b)
1313
# only certain pairs of pins are allowed for selected SPI interface (refer to "readme.md")

0 commit comments

Comments
 (0)