aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CANBUS_protocol.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Updates to CANBUS_protocol.mdKevin O'Connor2022-07-291-4/+4
| | | | | | Update the document with latest details. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* docs : make modifications to all md files to make them compatible with mkdocsDamien2021-07-271-6/+8
| | | | | | | | all markdown files must have a single H1 heading at the top. Signed-off-by: Damien Martin <damlobster@gmail.com> Update CNAME
* docs: Update CAN bus documentsKevin O'Connor2021-03-131-1/+3
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* canbus: Rework CAN command protocolKevin O'Connor2021-03-131-0/+65
Rework the micro-controller command protocol so that it supports direct communication with the serialqueue.c code. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>