Northeastern-Electric-Racing / Cerberus

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

Shutdown task #117

Closed nwdepatie closed 6 months ago

nwdepatie commented 6 months ago

Changes

Notes

I commented out a sample part regarding sending the CAN message out, since we have 10 booleans to broadcast and a max of 8 bytes per message, we will have to split or do some bitwise operations. I'm checking with some other teams to see what method would work best

Closes #115