Releases: adafruit/Adafruit_LSM6DS
Releases · adafruit/Adafruit_LSM6DS
4.7.4 Docstring fix to warn not to use base class LSM6DS
What's Changed
- Update docs for LSM6DS base class by @caternuson in #44
Full Changelog: 4.7.3...4.7.4
4.7.3 Add support for setting Block Data Update bit (BDU)
What's Changed
- Set Block Data Update bit by @caternuson in #42
Adds support for setting Block Data Update bit for the ISM330DHCX and LSM6DS3TRC
Full Changelog: 4.7.2...4.7.3
4.7.2 Bump version in library.properties
4.7.1 - Updated CI Actions versions
Update CI action versions
4.7.0 - Added support for lsm6ds3tr-c
Bump to 4.7.0
4.6.0 - Made acc{X,Y,Z} and gyro{X,Y,Z} public
Bump to 4.6.0
4.5.0 - Allowed for custom SPI clock frequency, buffer the accelerometer and gyroscope ranges
4.4.0 - Added shake method
Bump to 4.4.0
4.3.2 - Fixed excessive repeated memory allocations upon sensor reinitialization
4.3.1 - Fix temperature
- Minor patch to fix temperature computation for sensors with different sensitivity.