Skip to content

Releases: adafruit/Adafruit_LSM9DS1

2.2.1 Fix Typo

23 Jan 15:29
3b293ea
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.0...2.2.1

2.2.0 - Fix accelo data rate

15 Jan 21:54
4858af2
Compare
Choose a tag to compare
  • Fixes values used to define data rate and updates setupAcccel() to allow setting data rate. Thanks @themicp

2.1.3

03 Oct 20:50
585bd55
Compare
Choose a tag to compare

Bump version so that release and library.properties match

2.1.2 - Updated CI Actions versions

22 May 16:58
Compare
Choose a tag to compare
Update CI action versions

2.1.1 - Fixed wrong bit location for gyro scale setup

22 Nov 21:38
b496781
Compare
Choose a tag to compare

2.1.0 - Converted library to BusIO

20 Sep 20:41
f9b53d3
Compare
Choose a tag to compare
Merge pull request #18 from caternuson/iss16_busio

Convert to BusIO

2.0.2 - Now passing _wire instance to _magSensor as parameter

06 Jul 20:41
1db9a0a
Compare
Choose a tag to compare

2.0.1 - Fix readme, add CoC and license

07 May 21:39
Compare
Choose a tag to compare

thanks to @rpavlik for the contribution

**BREAKING CHANGES** Refactor magnetometer, fix units, doxygen, actions CI

26 Jan 19:45
c97a550
Compare
Choose a tag to compare

THIS RELEASE HAS BREAKING CHANGES! CHECK EXAMPLE FOR UPDATED UNITS!

  • BREAKING CHANGE Units in example and library were wrong - magnetic is in uTesla, gyro is in radians/s - original library did not have correct units to match other Unified Sensors!
  • Magnetometer is pulled out since its a LIS3MDL, we now use the Adafruit_LIS3MDL library for consistnacy (not breaking change, should work same as before)
  • doxygen and clang-format all
  • add actions CI

SPI bugfixes

27 Dec 21:39
Compare
Choose a tag to compare
1.0.1

DM: fix SPI bugs, gyro bitmask