Basic program to get the properly-scaled gyro and accelerometer data from a MPU-6050 6-axis motion sensor. Perform sensor fusion using Sebastian Madgwick's open-source IMU fusion filter. Running on the STM32F401 at 84 MHz achieved sensor fusion filter update rates of 5500 Hz. Additional info at https://github.com/kriswiner/MPU-6050.

Dependencies:   mbed

Issue: "device.h" not found

When I'am trying to compile the sample program it says:

Cannot open source input file "device.h": No such file or dictionary "#include "device.h""

1 comment:

30 Apr 2018

same for me