# llamamos a trabajar a los modulos
from machine import Pin
from utime import sleep
# creamos el objeto
led0_red = Pin(19, Pin.OUT)
led1_red = Pin(18, Pin.OUT)
led2_red = Pin(5, Pin.OUT)
led3_red = Pin(17, Pin.OUT)
led4_red = Pin(16, Pin.OUT)
led5_red = Pin(4, Pin.OUT)
led6_red = Pin(0, Pin.OUT)
led7_red = Pin(2, Pin.OUT)
while True: