-
Notifications
You must be signed in to change notification settings - Fork 71
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
Suggestion for more flexibility #82
Comments
Makes sense to make this more generic. How would you set the config, though? Did you also add these parameters to Devicetree? |
I actually removed all Devicetree related stuff, i don't have it in my environment (pigweed). Because of this i cant simple send you patch file.
This also imposes modifications in voltage and current reading functions:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
bms-firmware/drivers/bms_ic/bq769x2/bq769x2.c
Line 480 in ad92b6a
It seems that this initialisation assumes very specific BMS board.
In my version I've added 2 fields to the config structure:
And modified the
bq769x2_init_config
...
The text was updated successfully, but these errors were encountered: