from machine import *
from utime import *
ledR = Pin(0,Pin.OUT)
ledG = Pin(1,Pin.OUT)
ledB = Pin(2,Pin.OUT)
C=[[0,0,0],[0,0,1],[0,1,0],[1,0,0],[1,1,0],[1,0,1],[0,1,1],[1,1,1]]
while True:
    for c in C:
        ledR.value(c[0])
        ledG.value(c[1])
        ledB.value(c[2])
        sleep(1)



BOOTSELLED1239USBRaspberryPiPico©2020RP2-8020/21P64M15.00TTT