I am trying to work out the best way to structure a project. I have a working project that includes a set of .c and .h files that provide protocol handling for a UART. I now want to take those protocol files (protocol.h and protocol.c for arguments sake) ..
↧