Hi, I’m Kaysan
I have a small problem with the Makeblock library.
I wish to communicate between 2 Orion cards with I2C MeWire.
When I test it
#include Makeblock.h
MeWire I2CMASTER (PORT_6, 0x06);
I have this error
C:\....\Arduino\libraries\makeblock\src/MeUltrasonicSensor.cpp:52: multiple definition of `MeUltrasonicSensor::distanceInch(unsigned int)'
libraries\makeblock\Makeblock.cpp.o:C:\...\Arduino\libraries\makeblock\src/Makeblock.cpp:27: first defined here
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling.
someone can help me ?
thanks