tinymovr/Tinymovr

Refactor comms processing

yconst opened this issue · 0 comments

Referencing PR #225 , message reception of CAN messages should be performed in the interrupt handler, and stored in a ring buffer. Then further processing, including sending a reply if necessary will be performed in the main loop.