Adafruit_CircuitPython_Circ.../examples/circuitplayground_red_led.py
2019-06-07 14:45:09 -04:00

5 lines
135 B
Python

"""This example turns on the little red LED."""
from adafruit_circuitplayground.express import cpx
while True:
cpx.red_led = True