hideakitai / MPU9250

Arduino library for MPU9250 Nine-Axis (Gyro + Accelerometer + Compass) MEMS MotionTracking™ Device
MIT License
279 stars 92 forks source link

Consistent use of fuse values #45

Closed obromios closed 3 years ago

obromios commented 3 years ago

This issue is based on a discussion in Kris Winer's repository. This discussion has focused on whether there is a need to use the fuse values more consistently or if it is best to eliminate them entirely. As per that discussion, I think that given all MPU9250 devices are over a year old, that it is best not to use the fuse values and so eliminate their use. @hideakitai, what is your view on this?

hideakitai commented 3 years ago

@obromios I've chosen to use your suggestion https://github.com/hideakitai/MPU9250/tree/bugfix_obromious. Please confirm if it works.

hideakitai commented 3 years ago

Fixed in v0.4.3. Please reopen the issue if you still have the problem.