Improvements to LinearHall#95
Closed
dekutree64 wants to merge 60 commits into
Closed
Conversation
Hall auto sector
…gh side UVLO error on enable
esp32: fix compilation on models without a pcnt peripheral
Add drv8323 and drv8320 drivers
Bug calibrated sensor + uint16 lut
Feat can commander
If a lut was provided the calibration was simply skipped. If you do not provide a lut it gets allocated but you cant extract the data at runntime (only via printLUT).
drv832x: add clock setting, remove current limit, add current sense calibration routine
Implement STM32HWEncoder count setting functions and getter for handler
CalibratedSensor: Allow calibration with provided lut
Improve mt6816 angle reading efficiency
stspin32g4: Add bootstrap capacitor charge mode on enable to avoid high side UVLO error on enable
Make CANCommander compile only when SimpleCANio.h exists
Add Phoque and Phoque2a current sense
* Added calibration for difference in the total range of each sensor from XieMaster's version, optimized to a single multiply. * Added option for 60° and 120° sensor spacing. * Added wait for first valid sensor readings in init, for some custom ADC setups. * Changed private to protected and moved getSensorAngle there, better matching other sensor classes. * Moved documentation from the header to a readme file.
Contributor
Author
|
Argh, forgot to change the branch from master to dev again. Is there any way to edit that after the fact instead of closing and creating a new PR? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested by o_lampe and myself.