We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a8770e commit abc908dCopy full SHA for abc908d
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