sparkfun / SparkFun_LSM9DS1_Arduino_Library

Arduino library for the LSM9DS1 9DOF IMU.
Other
64 stars 78 forks source link

setting the imu settings.accel.scale fails #32

Open aero530 opened 4 years ago

aero530 commented 4 years ago

Using the LSM9DS1_Settings example fails to set the 'settings' values. It appears that the 'begin' function (which is called to apply the settings) is calling the 'init' function. The init function then promptly overwrites the user applied settings with hard coded values.

bmagistro commented 3 years ago

This looks like it may be a duplicate of #27, there is a PR #35 that should address it.