summaryrefslogtreecommitdiff
path: root/protocol.md
Commit message (Collapse)AuthorAge
* WIP sercomm implementationlonkaars2022-05-17
| | | | | | | | | - moved some module-specific constants to their respective header files - changed .clang-tidy to ignore global private global constants (starting with `_`) - suppressed some GCC warnings in bin.c and all pololu library warnings - added function signatures for sercomm protocol data generators - added endianness check in setup.c
* added updated protocol speclonkaars2022-05-10
|
* [wip] protocol speclonkaars2022-04-27