-
Notifications
You must be signed in to change notification settings - Fork 0
Port Percell to New Pack Config #43
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
base: develop
Are you sure you want to change the base?
Conversation
Core/Inc/datastructs.h
Outdated
| float die_temp; | ||
|
|
||
| /* Chip and Cell Diagnostic Data */ | ||
| bool is_balacing[NUM_CELLS_PER_CHIP]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
balancing*
| void vDebug(ULONG thread_input) | ||
| { | ||
| analyzer_t *analyzer = (analyzer_t *)thread_input; | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be perhaps nice to only trigger this thread when the vGetSegmentData is complete so we dont waste time running this too early.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah that makes since. Made it so it runs after analyzer since that is where it is reading the data from
Changes
vDebugTo Do
Checklist
Closes #38