wollewald / MPU9250_WE

An Arduino library for the 9-axis accelerometer, gyroscope and magnetometer MPU9250 and MPU6500. It contains many example sketches make it easy to use.
https://wolles-elektronikkiste.de/en/mpu9250-9-axis-sensor-module-part-1
MIT License
56 stars 26 forks source link

DMP functions for the MPU 6500 and MPU 9250 #16

Open IgnacioRubioScola opened 10 months ago

IgnacioRubioScola commented 10 months ago

Hi!

Thank you for this wonderful library!

I think that it would be really nice to have DMP functions for the 6500 (and also the 9250).

I found that the DMP has already been implemented for the MPU9250 in: SparkFun_MPU-9250-DMP_Arduino_Library

Headers and functions for using the DMP are defined in: SparkFunMPU9250-DMP.h SparkFunMPU9250-DMP.cpp

Thank you again for your time!