Skip to content

Commit c82971b

Browse files
authored
Merge pull request raspberrypi#49 from henley-regatta/master
Updated to use Alias for LED supporting Pico W
2 parents 6a8770e + abc908d commit c82971b

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)