diff --git a/Feather_Crickit_Accelerometer/code.py b/Feather_Crickit_Accelerometer/code.py index 4091a66a..ea08fc6b 100644 --- a/Feather_Crickit_Accelerometer/code.py +++ b/Feather_Crickit_Accelerometer/code.py @@ -22,7 +22,7 @@ servo1.angle = 90 while True: # Read the accel - x, y, z = sensor.accelerometer + x, y, z = sensor.acceleration # Clip the value if y < -10: