Skip to content

Commit 2a52d76

Browse files
authored
Changed Pin 25 to "LED"
1 parent c82971b commit 2a52d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multicore/multicore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import time, _thread, machine
22

33
def task(n, delay):
4-
led = machine.Pin(25, machine.Pin.OUT)
4+
led = machine.Pin("LED", machine.Pin.OUT)
55
for i in range(n):
66
led.high()
77
time.sleep(delay)

0 commit comments

Comments
 (0)