MPU9255-Arduino-Library
MPU9255-Arduino-Library copied to clipboard
Simple arduino library for MPU9255 sensor
The code for magnetometer reading must be fixed. The byte order is incorrect according to datasheet. The code should read: `/** * @brief Read readings from magnetometer. */ void MPU9255::read_mag()...
Dear maintainer, Can you please apply the pull request I made, so people can use your library, and I can delete the fork. For anyone who want the fixed version...
Hi, I tried using your library but the mx, my, mz values are -1 in raw and -15 in dataprocessing. I am using mpu 9250/9255 with ic mp95.
See this for details: https://github.com/Bill2462/MPU9255-Arduino-Library/issues/23
i used your lib with TI CC1350 CC1310. I couldn't compile because enum interrupts {...} was conflicting with core function void interrupts(). To avoid further conflicts may be it is...