We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca8a2d commit 05e1e1aCopy full SHA for 05e1e1a
examples/25-neopixel/main.py
@@ -7,7 +7,7 @@
7
import time
8
9
10
-np = NeoPixel(Pin(5), 1)
+np = NeoPixel(Pin(2), 1)
11
12
# Draw a red gradient
13
for i in range(16):
0 commit comments