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