I have a pre-made board. It uses an Invesesense MPU-6000 IMU, connected via SPI.
Does anyone know of any libraries to facilitate the MCU<->MPU-6000 communication, over SPI. I have trawled all through google and the inbuilt library manager and not found anything which works.
Thanks for the reply - Yep tried this one already. Using the example code for MPU6050 and adapting for MPU6000, leads to zero values being output for accelerations/rotations/temperatures
Sorry about, that guys! I never got around to making my MPU library work with MPU6000/SPI.
I do have it working in a new branch of my Hackflight toolkit, however; for example, this sketch with a Teensy4.0 board. I'm currently working on getting it to work with off-the-shelf flight-control boards (STM32F405, F411, ...). Once I've got that working, I'll move it to the main Hackflight branch.