neskweek / LightSaberOS

Operating System for Arduino based LightSaber
Creative Commons Zero v1.0 Universal
80 stars 25 forks source link

Compiling Problems #36

Closed Snyperdead closed 7 years ago

Snyperdead commented 7 years ago

Hi` folks!!!!

sorry for the troubles but i try to compiling and upload the new LSOS 1.4 and the IDE send me this error:

C:\Users\XXXXX\Documents\Arduino\libraries\LightSaberOS\LightSaberOS.ino: In function 'void setup()':

LightSaberOS:267: error: 'class MPU6050' has no member named 'dmpInitialize_light'

   devStatus = mpu.dmpInitialize_light();  // this is a ligter version of the above

                   ^

'class MPU6050' has no member named 'dmpInitialize_light'

IDE 1.6.7

Generic Arduino Nano v3

by the way, this setup is working perfect with the LSOS 1.2 or 1.0.1 i don't remember ( XD sorry for my bad)

thanks in advanced

Snyperdead commented 7 years ago

sorry again for my bad, this issue was reported by aryaredha in issue #35 before than me. i'll keep in touch for the possible solucion in that report.

Snyperdead commented 7 years ago

Done!!!

This compilation error solved whit the new MPU Library Uploaded by Andras Kun.

Thanks and Best Regards Andras.