We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de6f4e commit a246d48Copy full SHA for a246d48
Feather_Crickit_Accelerometer/code.py
@@ -22,7 +22,7 @@
22
23
while True:
24
# Read the accel
25
- x, y, z = sensor.accelerometer
+ x, y, z = sensor.acceleration
26
27
# Clip the value
28
if y < -10:
0 commit comments