You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a compilation error with the use of AltIMU10 in FreeIMU.h (FreeIMU_raw sketch)
...\Arduino\libraries\FreeIMU\FreeIMU.cpp: In member function 'void FreeIMU::init0(bool)':
...\Arduino\libraries\FreeIMU\FreeIMU.cpp:733:2: error: expected ';' before 'compass'
compass.init();
Have you an idea of the problem ?
The text was updated successfully, but these errors were encountered:
Hello Mike,
I have a compilation error with the use of AltIMU10 in FreeIMU.h (FreeIMU_raw sketch)
...\Arduino\libraries\FreeIMU\FreeIMU.cpp: In member function 'void FreeIMU::init0(bool)':
...\Arduino\libraries\FreeIMU\FreeIMU.cpp:733:2: error: expected ';' before 'compass'
compass.init();
Have you an idea of the problem ?
The text was updated successfully, but these errors were encountered: