Northeastern-Electric-Racing / Cerberus

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

51 temp monitor #58

Closed nwdepatie closed 11 months ago

nwdepatie commented 1 year ago

Here is a super quick implementation of a really really basic temperature monitor for #51. This goes through an example of defining an RTOS task, what it might look like, etc. There is a lot missing but I hope it helps demonstrate the general gist of what we should be doing.

Not currently tested but working on improving this in the coming days. TLDR I need to:

nwdepatie commented 12 months ago

lmao I had to add a fault implementation for this, I like this way because we can trickle up diagnostic information per failure

nwdepatie commented 12 months ago

Note that we need merge in this PR before such that it will build https://github.com/Northeastern-Electric-Racing/Embedded-Base/pull/13