You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an arduino IDE library to control the LSM6DS3. It can be configured to use I2C or SPI with 2 instances per I2C channel or any number of SPI instances. The top-level driver, class LSM6DS3, contains an inner driver LSM6DS3Core, a settings struct, and float-based math functions for conversion from raw to meaningful numbers.
9
9
@@ -25,6 +25,7 @@ Example Briefs
25
25
* InterruptFreeFall - Embedded function demonstrating free-fall detection
26
26
* InterruptHWTapConfig - Embedded function demonstrating tap and double-tap detection
27
27
* LowLevelExample - Demonstrates using only the core driver without math and settings overhead
28
+
* MemoryPagingExample - Demonstrates switching between memory pages
28
29
* MinimalistExample - The **easiest** configuration
29
30
* MultiI2C - Using two LSM6DS3s over I2C
30
31
* MultiSPI - Using two LSM6DS3s over SPI
@@ -45,7 +46,7 @@ Products that use this Library
45
46
Version History
46
47
---------------
47
48
48
-
*[v1.0.0](URL for tag specific to this version) - Description
49
+
*[V 1.0.0](https://github.com/sparkfun/SparkFun_LSM6DS3_Arduino_Library/releases/tag/V_1.0.0) -- Initial commit of Arduino 1.6-compatible library.
0 commit comments