We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5816e26 + a87b747 commit d5c5f4fCopy full SHA for d5c5f4f
examples/neopixel_simpletest.py
@@ -7,6 +7,9 @@
7
# Otherwise choose an open pin connected to the Data In of the NeoPixel strip, i.e. board.D1
8
pixel_pin = board.NEOPIXEL
9
10
+# On a Raspberry pi, use this instead, not all pins are supported
11
+#pixel_pin = board.D18
12
+
13
# The number of NeoPixels
14
num_pixels = 10
15
0 commit comments