Implementation of the Motor Control Protocol in C.
| LICENSE | Initial commit | |
| mcp.c | Add device roles; split some functions for each device role | |
| 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
|
|
| README.md | Initial commit | |
mcp
Implementation of the Motor Control Protocol in C.