Commit 462332e9 authored by yashwardhan.kumar's avatar yashwardhan.kumar

boot file upload

parent 4d6c4db9
import machine
import time
led = machine.Pin(2, machine.Pin.OUT)
while True:
led.value(1)
time.sleep(1)
led.value(0)
time.sleep(1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment