Hi
My issue is probably something simple, but when I attempt to compile (verify) (w/o the board connected) the WriteInstinct code, I receive the error message: "D:\Arduino\arduino-1.8.9-windows\arduino-1.8.9\libraries\I2Cdev\msp430_i2c.c:14:17: fatal error: i2c.h: No such file or directory...compilation terminated. "
Notice that the compiler is looking for "i2c.h", not "i2cdev.h". Is there an Arduino or other library that I am supposed to download that I have missed ? I downloaded the files specified in the Assembly instructions (I'm pretty sure). Help will be greatly appreciated.
Find you folder that stores custom Arduino libraries. Delete any folder related to MPU6050 and reinstall i2cdev on GitHub. (section 4.2.2 in the instruction)