Sin descripción

bigsas777 6b27c166d8 Fix FIFO threshold 12-bit support and correct FIFO_CTRL2 bitmasking (#33) hace 1 semana
.github f3760c774f add run-cl-arduino.yml && fix some spi build bug hace 1 año
examples 6a71121981 add fifo timestamp hace 6 meses
.gitattributes a585d73894 add .gitattributes hace 7 años
.gitignore e5e270b3e9 add .gitignore hace 7 años
.gitlab-ci.yml 6bb7762c1c Seeed:Arduino: fix travis.yml write error hace 5 años
.travis.yml 6bb7762c1c Seeed:Arduino: fix travis.yml write error hace 5 años
LICENSE.md 2ddbb72cd8 Correct the word hace 3 años
LSM6DS3.cpp 6b27c166d8 Fix FIFO threshold 12-bit support and correct FIFO_CTRL2 bitmasking (#33) hace 1 semana
LSM6DS3.h 74b31b276c Add correct definition for CTRL6_C register (preserving backward compatibility) (#34) hace 1 semana
README.md cee39581ae rename SparkFunLSM6DS3 to LSM6DS3 hace 4 años
keywords.txt 54c450c8ba add keywords.txt hace 7 años
library.properties c0e5a740b7 update version hace 4 meses

README.md

Seeed Arduino LSM6DS3 Build Status

More detail refer to wiki page and product page

Example

Example Feature
HighLevelExample Using class LSM6DS3
LowLevelExample Using class LSM6DS3Core
Pedometer A demo for making a pedometer
FreeFallDetect Detect object free falling, like a falling football

API

Methods in class LSM6DS3 Methods in class LSM6DS3Core
readRawAccelX readRegisterRegion
readRawAccelY readRegister
readRawAccelZ readRegisterInt16
readRawGyroX writeRegister
readRawGyroY embeddedPage
readRawGyroZ *
readFloatAccelX *
readFloatAccelY *
readFloatAccelZ *
readFloatGyroX *
readFloatGyroY *
readFloatGyroZ *
readRawTemp *
readTempC *
readTempF *
calcGyro *
calcAccel *

License Information

This product is open source!

Please review the LICENSE.md file for license information.