Initialising IMU overwrites settings
nuhash opened this issue · 1 comments
nuhash commented
When calling LSM9DS1::begin(...), it calls LSM9DS1::init() which overrides any user defined settings
Perhaps call LSM9DS1::init() within the constructor instead to set default values for the settings. Users can then change them as necessary prior to calling LSM9DS1::begin().