hideakitai / MPU9250

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

fix Serial print mag_min/mag_max order #58

Closed msymt closed 3 years ago

msymt commented 3 years ago

Hi @hideakitai

I thought it would be displayed in the order of the min/max values of the geomagnetic sensor, but in fact it was the max/min values in that order.

Is this a specification?

hideakitai commented 3 years ago

@msymt Oh, it's just my mistake... Thank you!