import machinne as gpio import utime as tm led = gpio . Pin(5,gpio.Pin.OUT) while True: led.toggle() tm.sleep(2)