Compare commits

..

No commits in common. "75d43ea559054f13319903cd2e83861a6fb47352" and "1700ee9e456cc689e981ceacb1be92c89300a9db" have entirely different histories.

View File

@ -1,8 +0,0 @@
import machine
from time import sleep
led = machine.Pin("LED", machine.Pin.OUT)
while True:
led.toggle()
sleep(0.1)