Compare commits
No commits in common. "75d43ea559054f13319903cd2e83861a6fb47352" and "1700ee9e456cc689e981ceacb1be92c89300a9db" have entirely different histories.
75d43ea559
...
1700ee9e45
@ -1,8 +0,0 @@
|
||||
import machine
|
||||
from time import sleep
|
||||
led = machine.Pin("LED", machine.Pin.OUT)
|
||||
|
||||
while True:
|
||||
led.toggle()
|
||||
sleep(0.1)
|
||||
|
Loading…
Reference in New Issue
Block a user