Create cpx-lib-temp.py
new cpx version
This commit is contained in:
parent
70c3ba9360
commit
40cffe836c
1 changed files with 6 additions and 0 deletions
6
Make_It_Sense/cpx-lib-temp.py
Normal file
6
Make_It_Sense/cpx-lib-temp.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import time
|
||||
from adafruit_circuitplayground.express import cpx
|
||||
|
||||
while True:
|
||||
print((cpx.temperature, ))
|
||||
time.sleep(0.1)
|
||||
Loading…
Reference in a new issue