[FWT-20] Out of the CR(H)IB and into the fire#3
Merged
Conversation
…rrorCheckingAndPosition # Conflicts: # CMakeLists.txt # include/dev/ADS8689IPWR.h # src/dev/ADS8689IPWR.cpp # targets/ADS8689IPWR/main.cpp # targets/CMakeLists.txt
DiegoLHendrix
requested changes
May 9, 2025
Contributor
|
Change the .github/workflows/cmake.yml file from |
aclowmclaughlin
requested changes
May 25, 2025
aclowmclaughlin
left a comment
Contributor
There was a problem hiding this comment.
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.
aclowmclaughlin
requested changes
Feb 14, 2026
aclowmclaughlin
requested changes
Feb 14, 2026
aclowmclaughlin
left a comment
Contributor
There was a problem hiding this comment.
Sorry I sorta didn't finish reviewing it and accidently submitted the previous review. This is all files from ADs8689IPWR onwards.
…t and Forward Enable pins is commented, I will finish that in due time)
…e the brake is ever implemented
…rrorCheckingAndPosition
…d outputs that will be used on the actual bike.
aclowmclaughlin
approved these changes
Apr 18, 2026
aclowmclaughlin
left a comment
Contributor
There was a problem hiding this comment.
One quick fix, but approving preemptively
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.
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.