Нет описания

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.