from machine import Pin from time import sleep red = Pin(0, Pin.OUT) yellow = Pin(1, Pin.OUT) green = Pin(2, Pin.OUT)