Skip to content

Commit 4edbf0e

Browse files
authored
Revert to Pin 25 from "LED"
1 parent 18ee8b8 commit 4edbf0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pio/pio_exec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ def prog():
1414
pass
1515

1616

17-
# Construct the StateMachine, binding LED to the set pin.
18-
sm = rp2.StateMachine(0, prog, set_base=Pin("LED"))
17+
# Construct the StateMachine, binding Pin 25 to the set pin.
18+
sm = rp2.StateMachine(0, prog, set_base=Pin(25))
1919

2020
# Turn on the set pin via an exec instruction.
2121
sm.exec("set(pins, 1)")

0 commit comments

Comments
 (0)