Skip to content

Commit abc908d

Browse files
Updated to use Alias for LED supporting Pico W
as well as Pico using newer firmware
1 parent 6a8770e commit abc908d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blink/blink.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from machine import Pin, Timer
22

3-
led = Pin(25, Pin.OUT)
3+
led = Pin("LED", Pin.OUT)
44
tim = Timer()
55
def tick(timer):
66
global led

0 commit comments

Comments
 (0)