ADC icon indicating copy to clipboard operation
ADC copied to clipboard

Multiple Definition Error if <ADC_util.h> is included in multiple source files

Open ridefox-ahirani opened this issue 4 years ago • 3 comments

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.

ridefox-ahirani avatar Feb 16 '21 21:02 ridefox-ahirani

I'm running into this as well. Any solution?

grantHarris avatar Apr 27 '21 23:04 grantHarris

same here

BeinerF avatar May 07 '21 11:05 BeinerF

Are you using the latest version of this library?

pedvide avatar Nov 27 '22 20:11 pedvide