Other Parts Discussed in Thread: OPT3001, CC3200
I am interfacing the opt3001 with cc3200launchxl.I am facing the following error
conflicting declaration of C function 'char* utoa(unsigned int, char*, int)' char * _EXFUN(utoa,(unsigned, char *, int));
for the statement:
Wire.readBytes(iBuff, 2);
Can anyone help me out?