Northeastern-Electric-Racing / Cerberus

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

CAN Dispatch task #49

Closed nwdepatie closed 11 months ago

nwdepatie commented 1 year ago

So we are currently working on a CAN handler to process inbound CAN messages, but we probably want a queue of CAN message to be sent out and an RTOS task sending them out one by one as the scheduler can handle it. This is somewhat similar to #28 where we need to create a task to send out data from a queue that processes can add to via a function, except this will use the CAN API we have made.