Skip to content

Commit

Permalink
bricks/primehub/modules: Fix calibration routine.
Browse files Browse the repository at this point in the history
This update was not commited.
  • Loading branch information
laurensvalk committed Dec 3, 2024
1 parent 77eb752 commit 9e5cd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bricks/primehub/modules/_imu_calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def roll_over_axis(axis, new_side):
def roll_hub(axis, message, start_side, sides):
print(message)
wait_for_stationary(start_side)
beep()
beep(500)
rotation = 0
for _ in range(REPEAT):
for side in sides:
Expand Down

0 comments on commit 9e5cd4c

Please sign in to comment.