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

how can i get the cstddef #117

Closed alexspace360 closed 1 year ago

alexspace360 commented 1 year ago

In file included from C:\Users\dream\AppData\Local\Temp.arduinoIDE-unsaved2023217-8988-1vhfcel.y73jj\i2c\i2c.ino:26:0: C:\Users\dream\Documents\Arduino\libraries\Bolder_Flight_Systems_MPU9250\src/mpu9250.h:36:10: fatal error: cstddef: No such file or directory

include

      ^~~~~~~~~

compilation terminated.

exit status 1

Compilation error: exit status 1

flybrianfly commented 1 year ago

Please try downloading and using the latest version from GitHub.

alexspace360 commented 1 year ago

thanks