Open kolosy opened 5 years ago
The ATMega2560 appears to be treating the integer literals in MPU9250_DMP::qToFloat as int16_t instead of longs. Add L modifier to fix that.
L
This should address https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library/issues/22
The ATMega2560 appears to be treating the integer literals in MPU9250_DMP::qToFloat as int16_t instead of longs. Add
L
modifier to fix that.This should address https://github.com/sparkfun/SparkFun_MPU-9250-DMP_Arduino_Library/issues/22