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

fix(motor-control): enable motor before turning on the motor interrupt timer #779

Merged
merged 1 commit into from
May 14, 2024

Conversation

ryanthecoder
Copy link
Contributor

Recently we had to add a longer delay so that the brake had long enough to disable before the function returns. however the motor interrupt timer starts before we call enable motor. This swaps the order so that we know the motor is all the way enabled before we start the interrupt timer and try to move.

@ryanthecoder ryanthecoder merged commit fb2308b into main May 14, 2024
36 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants