I get error
C:\Users\Patrick\Documents\petoi\OpenCat-master\OpenCat-master\Nybble\Nybble.ino: In function 'void setup()':
Nybble:323:21: error: 'class MPU6050' has no member named 'dmpInitialize'
devStatus = mpu.dmpInitialize();
^
Nybble:352:24: error: 'class MPU6050' has no member named 'dmpGetFIFOPacketSize'
packetSize = mpu.dmpGetFIFOPacketSize();
^
exit status 1
'class MPU6050' has no member named 'dmpGetQuaternion'
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
it turned out they were not copying content when I followed instructions. I had to copy and paste into library folder. then I could get sketch to verify and download. thank you.
First make sure you’re putting the codes as the original relative paths. If yes, it seems to be a library problem. Delete your previously installed library of MPU6050 and i2cdev, then install them using the methods described in the instruction.