-
Notifications
You must be signed in to change notification settings - Fork 0
[FWT-20] Out of the CR(H)IB and into the fire #3
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: main
Are you sure you want to change the base?
Conversation
…rrorCheckingAndPosition # Conflicts: # CMakeLists.txt # include/dev/ADS8689IPWR.h # src/dev/ADS8689IPWR.cpp # targets/ADS8689IPWR/main.cpp # targets/CMakeLists.txt
|
Change the .github/workflows/cmake.yml file from |
aclowmclaughlin
left a comment
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.
This is really impressive work and the code is honestly really clean. I think 90% of everything I commented was simply just some like comments that could be added.
Only code change of significance is using a struct to contain the CAN message instead of an array.
mjh9585
left a comment
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.
Overall pretty good, just a few changes besides the ones mentioned. Please include the Jira Issue ID in the pull request name like the other.
Co-authored-by: Diego <119289719+DiegoLHendrix@users.noreply.github.com> Co-authored-by: Rue <61093955+aclowmclaughlin@users.noreply.github.com> Co-authored-by: Matthew Heller <69865851+mjh9585@users.noreply.github.com>
…w there should be a straight line of dependence from the HIB to the ADC (HIB inherits RedundantADC inherits ADS8689IPWR)
…rrorCheckingAndPosition # Conflicts: # targets/REV3-HIB/main.cpp
Created Drivers for the ADS8689IPWR ADC sensors that get processed through SPI and packaged into a 5 byte CAN message that gets sent to the VCU giving throttle, brake, and error information.