Adafruit_Learning_System_Gu.../Make_It_Sense/cpx-lib-temp.py
Mike Barela 40cffe836c
Create cpx-lib-temp.py
new cpx version
2018-07-25 14:00:28 -04:00

6 lines
127 B
Python

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