We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b027da commit d992ec2Copy full SHA for d992ec2
Motion_Buddy/code.py
@@ -82,7 +82,7 @@ def not_enough_movement(x, y, z):
82
try:
83
xf, yf, zf = lis3dh.acceleration
84
85
- if (not_enough_movement(xf, yf, zf)):
+ if not_enough_movement(xf, yf, zf):
86
# Keep pausing.
87
print("pause!")
88
paused = True
0 commit comments