aboutsummaryrefslogtreecommitdiffstats
path: root/klippy/chelper/msgblock.h
Commit message (Collapse)AuthorAgeFilesLines
* msgblock: Add clock estimation helper functionsKevin O'Connor2021-06-091-0/+8
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* msgblock: Add msgblock_decode()Kevin O'Connor2021-06-091-0/+1
| | | | | | | Add function that can parse a simple VLQ encoded message to an array of integers. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* msgblock: Move message manipulation code from serialqueue.c to new msgblock.cKevin O'Connor2021-06-091-0/+45
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>