/ examples / circuitplayground_red_led.py
circuitplayground_red_led.py
1  """This example turns on the little red LED."""
2  from adafruit_circuitplayground.express import cpx
3  
4  while True:
5      cpx.red_led = True