This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

OPT3001EVM: opt3001

Part Number: OPT3001EVM
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?