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

Raspberry pi 4 C/C++ #75

Closed zeeblaze closed 3 years ago

zeeblaze commented 3 years ago

Does this work with a raspberry using C++?

flybrianfly commented 3 years ago

No, the I2C and SPI read / write functionality would need to be updated to work with Linux.