...
#include "MCP794xx.c"
#endif
In line 108 of the .h you include the .c file, why?
Or is this a CCS thing?
This is a CCS thing, as CCS does not offer any standard method for compiling a program with separate compilation units.
Thanks for looking over the code!
Posted on: August 31, 2014, 03:32:53 03:32 - Automerged
Which CCS version was tested to work this code? V4.xxx and/or V5.xxx
Thanks
I have tested it on V5.xxx, although I'm not using any CCS-specific features other than I2C, so it should work on v4.xxx as well!