xxxxxx
xxxxxx
xxxxxx
i=0
print("The sequence of the LED blinks: Cyan, Magenta, Yellow!")
ledC = digitalio.DigitalInOut(board.GP1)
ledC.direction = digitalio.Direction.OUTPUT
xxxxxx
xxxxxx
xxxxxx
xxxxxx
while True:
xxxxxx
xxxxxx
ledC.value = True
ledY.value = False
time.sleep(1)
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx
xxxxxx