Нема описа

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

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.