Changed Pin 25 to "LED"

pull/60/head
Toby Roberts 2023-02-28 13:31:06 +00:00 zatwierdzone przez GitHub
rodzic 38af55dc13
commit d5be37bae4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -14,8 +14,8 @@ def prog():
pass
# Construct the StateMachine, binding Pin(25) to the set pin.
sm = rp2.StateMachine(0, prog, set_base=Pin(25))
# Construct the StateMachine, binding LED to the set pin.
sm = rp2.StateMachine(0, prog, set_base=Pin("LED"))
# Turn on the set pin via an exec instruction.
sm.exec("set(pins, 1)")