Northeastern-Electric-Racing / Cerberus

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

Adding in the fuse monitor task and starting it in main #116

Closed nwdepatie closed 6 months ago

nwdepatie commented 6 months ago

Changes

This is an RTOS task that will monitor the status of the fuses onboard the PDU via the software PDU interface.

Notes

Note that the PDU interface is not fully implemented, but basic mutex functionality was tested

Closes #114