We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 462d2e6 commit 52b2659Copy full SHA for 52b2659
examples/rpi_neopixel_simpletest.py
@@ -5,7 +5,7 @@
5
6
7
# 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.
+# NeoPixels must be connected to D10, D12, D18 or D21 to work.
9
pixel_pin = board.D18
10
11
# The number of NeoPixels
0 commit comments