bolderflight / invensense-imu

Arduino and CMake library for communicating with the InvenSense MPU-6500, MPU-9250 and MPU-9255 nine-axis IMUs.
MIT License
497 stars 210 forks source link

Missing Libraries in units.h and eigen.h #99

Closed SnowDropZero closed 2 years ago

SnowDropZero commented 2 years ago

Even though I included the eigen.h and units.h, I get an error for various libraries not existing. Some examples include "type_traits" and "cmath" and "array". I've included example pictures.

image

flybrianfly commented 2 years ago

Only ARM based microcontrollers are supported, AVR based microcontrollers like the Uno are not supported.