Skip to content

Commit 462d2e6

Browse files
committed
Added pin options comment
1 parent 9bccee7 commit 462d2e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/rpi_neopixel_simpletest.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66

77
# Choose an open pin connected to the Data In of the NeoPixel strip, i.e. board.D18
8+
# NeoPixels must be connected to GPIO10, GPIO12, GPIO18 or GPIO21 to work.
89
pixel_pin = board.D18
910

1011
# The number of NeoPixels

0 commit comments

Comments
 (0)