1
0
Fork
You've already forked mcp
0
Implementation of the Motor Control Protocol in C.
  • C 100%
2026年07月11日 14:31:23 -03:00
LICENSE Initial commit 2026年05月19日 05:22:54 +02:00
mcp.c Add device roles; split some functions for each device role 2026年07月11日 14:00:34 -03:00
mcp.h Split the register struct into Register_Identifier and a struct with value; create functions to iterate over register identifiers and to export a register identifier; split GET_REGISTER functions for each role 2026年07月11日 14:31:23 -03:00
README.md Initial commit 2026年05月19日 05:22:54 +02:00

mcp

Implementation of the Motor Control Protocol in C.