We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a8770e + abc908d commit c82971bCopy full SHA for c82971b
blink/blink.py
@@ -1,6 +1,6 @@
1
from machine import Pin, Timer
2
3
-led = Pin(25, Pin.OUT)
+led = Pin("LED", Pin.OUT)
4
tim = Timer()
5
def tick(timer):
6
global led
0 commit comments