Northeastern-Electric-Racing / Cerberus

Our FreeRTOS-based vehicle control application
1 stars 0 forks source link

Using new CAN Message API #106

Closed nwdepatie closed 6 months ago

nwdepatie commented 6 months ago

Changes

The API inside of Embedded Base for initializing and using CAN has been changed to better suit our application, but now we need to make those changes inside of our application. This PR is for doing this.

Notes

I've modified the CAN handler and the monitor tasks that queue up CAN messages.

Test Cases

To Do

Any remaining things that need to get done

-[] Merge in this PR and update submodule https://github.com/Northeastern-Electric-Racing/Embedded-Base/pull/45