Software Issues


#1

I bought x-y plotter a few days back and while trying to verify some example sketches, would get the following error:
In file included from C:\Program Files (x86)\Arduino\libraries\makeblock\MeCompass.cpp:1:0:
C:\Program Files (x86)\Arduino\libraries\makeblock\MeCompass.h:8:20: fatal error: I2Cdev.h: No such file or directory
#include “I2Cdev.h”
^
compilation terminated.
Error compiling.

Basically the issue is they are missing some header files !! I am still shocked how can they sell a product without complete software !


#2

I had three same thing. I believe it’s a big in the library. If you’re not using the mecompass module the just delete mecompass.cpp and .h files. They refer to an eeprom library that I couldn’t find a current version of.


#3