Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Builtin accelerometer does not work on Move Hub #1269

Closed
laurensvalk opened this issue Oct 27, 2023 · 1 comment
Closed

[Bug] Builtin accelerometer does not work on Move Hub #1269

laurensvalk opened this issue Oct 27, 2023 · 1 comment
Assignees
Labels
bug Something isn't working hub: movehub Issues related to the LEGO BOOST Move hub

Comments

@laurensvalk
Copy link
Member

Describe the bug
This program crashes the hub:

from pybricks.hubs import MoveHub
from pybricks.tools import wait

hub = MoveHub()

while True:
    wait(500)
    print(hub.imu.acceleration())
@laurensvalk laurensvalk added bug Something isn't working hub: movehub Issues related to the LEGO BOOST Move hub labels Oct 27, 2023
@laurensvalk
Copy link
Member Author

This broke some time between v3.3.0b4 and v3.3.0b5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hub: movehub Issues related to the LEGO BOOST Move hub
Projects
None yet
Development

No branches or pull requests

1 participant