LightTracker-1.0/libraries/SparkFun_LIS3DH_Arduino_Lib.../examples
lightaprs 17292d46b6 initial commit 2021-10-11 13:59:09 +03:00
..
ADCUsage initial commit 2021-10-11 13:59:09 +03:00
FifoExample initial commit 2021-10-11 13:59:09 +03:00
FullSettingExample initial commit 2021-10-11 13:59:09 +03:00
IntUsage initial commit 2021-10-11 13:59:09 +03:00
LowLevelExample initial commit 2021-10-11 13:59:09 +03:00
MinimalistExample initial commit 2021-10-11 13:59:09 +03:00
MultiI2C initial commit 2021-10-11 13:59:09 +03:00
MultiSPI initial commit 2021-10-11 13:59:09 +03:00
README.md initial commit 2021-10-11 13:59:09 +03:00

README.md

SparkFun Arduino Examples

Example Briefs

  • ADCUsage - Demonstrates analog in reads and has notes about temperature collection
  • FifoExample - Demonstrates using the built-in buffer to burst-collect data - Good demonstration of settings
  • FullSettingExample - Shows all settings, with non-used options commented out
  • IntUsage - shows configuration of interrupt bits
  • LowLevelExample - Demonstrates using only the core driver without math and settings overhead
  • MinimalistExample - The easiest configuration
  • MultiI2C - Using two LIS3DHs over I2C
  • MultiSPI - Using two LIS3DHs over SPI