Skip to content

Commit d5c5f4f

Browse files
authored
Merge pull request #36 from adafruit/ladyada-patch-1
Update neopixel_simpletest.py
2 parents 5816e26 + a87b747 commit d5c5f4f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/neopixel_simpletest.py

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
# Otherwise choose an open pin connected to the Data In of the NeoPixel strip, i.e. board.D1
88
pixel_pin = board.NEOPIXEL
99

10+
# On a Raspberry pi, use this instead, not all pins are supported
11+
#pixel_pin = board.D18
12+
1013
# The number of NeoPixels
1114
num_pixels = 10
1215

0 commit comments

Comments
 (0)