FemmeVerbeek / Arduino_LSM9DS1

LSM9DS1 Library for Arduino
Other
63 stars 14 forks source link

Save I2C Time, don't read values already known #15

Closed dlktdr closed 3 years ago

dlktdr commented 3 years ago

This saves quite a bit of I2C time by not reading the full scale every time when it's already been read once. In theory it shouldn't ever change after the first read or it gets changed.

BTW.. Lot nicer library that orig!

dlktdr commented 3 years ago

Don't use this. I screwed up the order gives way wrong values on change.. I've since fixed