ADC
ADC copied to clipboard
Multiple Definition Error if <ADC_util.h> is included in multiple source files
To recreate, generate a header file with
#include <ADC.h>
#include <ADC_util.h>
and include that header in multiple compilation units. Linker will throw errors where functions in ADC_utils.h are defined multiple times in different compilation units.
I'm running into this as well. Any solution?
same here
Are you using the latest version of this library?