Releases: sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library
Releases · sparkfun/SparkFun_6DoF_ISM330DHCX_Arduino_Library
Version 1.0.6
Version 1.0.5
This release:
- Adds a new example showing how to read the accelerometer and gyro data as fast as the I2C bus will allow
- To read the accel and gyro at 416Hz, you need to use 400kHz I2C
- For even faster reading, SPI and interrupts are the way forward. Please see the other examples for details.
Adds namespace
Adds namespace for bus driver implementation to avoid conflict with other libraries.
Directory fix
Minor fix to directory paths
Fixes to interrupt settings
v1.0.2 Merge branch 'main' of https://github.com/sparkfun/SparkFun_6DoF_ISM3…
Bit Order Fix
Changes SPI bit order to MSB and fixes various other typos.
Intial Release
This Arduino Library offers is a wrapper for many of the functions provided by STMicroelectronic's C library.