from machine import pin from utime import sleep led=Pin(6,Pin.OUT) while True: Led.toogle() sleep(0.5)