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

Release 1.0.7 PR #42

Merged
merged 41 commits into from
Mar 29, 2024
Merged

Release 1.0.7 PR #42

merged 41 commits into from
Mar 29, 2024

Conversation

runger1101001
Copy link
Member

PR for Release 1.0.7

Richard Unger and others added 30 commits December 1, 2023 23:42
Changes compared to the original pull request #12

1. Added a version of init which turns the motor one revolution to find the center values of the sensors.
2. Moved the calls to analogRead into a weakly bound function ReadLinearHalls so it can be overridden with custom ADC code on platforms with poor analogRead performance.
3. Commented out the pinMode calls in init, which makes it possible to pass in ADC channel numbers for custom ReadLinearHalls to use without having to remap them every update.
4. Changed to use the much faster _atan2 function that was added to foc_utils recently.
Improvements to LinearHall
@runger1101001 runger1101001 merged commit bfd07bd into master Mar 29, 2024
20 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.

3 participants