We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30d4142 commit ec7c947Copy full SHA for ec7c947
examples/acceleration.py
@@ -1,5 +1,8 @@
1
+import time
2
from adafruit_circuitplayground.express import cpx
3
4
while True:
5
x, y, z = cpx.acceleration
6
print(x, y, z)
7
+
8
+ time.sleep(0.1)
0 commit comments