Skip to content

Commit 52b2659

Browse files
committed
Updated pin options comment
1 parent 462d2e6 commit 52b2659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/rpi_neopixel_simpletest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +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.
8+
# NeoPixels must be connected to D10, D12, D18 or D21 to work.
99
pixel_pin = board.D18
1010

1111
# The number of NeoPixels

0 commit comments

Comments
 (0)