Adafruit_Learning_System_Gu.../Make_It_Sense/cpx-lib-light/code.py
2021-08-25 13:27:10 -04:00

6 lines
121 B
Python

import time
from adafruit_circuitplayground.express import cpx
while True:
print((cpx.light, ))
time.sleep(0.1)