summaryrefslogtreecommitdiff
path: root/robot/bin.c
Commit message (Collapse)AuthorAge
* code formatlonkaars2022-05-17
|
* 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