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

cstddef & cstdint? #109

Closed Vallejoooooooo closed 2 years ago

Vallejoooooooo commented 2 years ago

When I try to compile it gives me the following error:

In file included from C:\Users\34683\OneDrive\Documentos\Cansat\CANSAT-PFe\CodigoArduino\CodigoArduino.ino:1:0: C:\Users\34683\OneDrive\Documentos\Arduino\libraries\Bolder_Flight_Systems_MPU9250\src/mpu9250.h:36:10: fatal error: cstdint: No such file or directory

include

      ^~~~~~~~~

compilation terminated. exit status 1 Error compilando para la tarjeta Arduino Uno.

flybrianfly commented 2 years ago

Please see the installation instructions, AVR microcontrollers such as Arduino Uno are not supported with the newest release of the library, you might try some older releases to see if they'll work for you.