Skip to content

Commit 05e1e1a

Browse files
committed
led pin changed
1 parent cca8a2d commit 05e1e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/25-neopixel/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import time
88

99

10-
np = NeoPixel(Pin(5), 1)
10+
np = NeoPixel(Pin(2), 1)
1111

1212
# Draw a red gradient
1313
for i in range(16):

0 commit comments

Comments
 (0)