Skip to content

Commit f0912c8

Browse files
committed
Add README
1 parent 51e0d1a commit f0912c8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,25 @@ public:
516516
*/
517517
void setGyrAmThres(uint8_t thres);
518518

519+
/**
520+
* @brief getCalStatus Get calibration status register
521+
* @return Struct sRegCalibState_t, contains calibration status register values
522+
*/
523+
sRegCalibState_t getCalStatus();
524+
525+
/**
526+
* @brief setGyrIntAmDur Set gyroscope any motion interrupt awake duration
527+
* @param dur Duration to set, range from 1 to 4
528+
* 1=8 samples, 2=16 samples, 3=32 samples, 4=64 samples
529+
*/
530+
void setGyrIntAmDur(uint8_t dur);
531+
532+
/**
533+
* @brief setGyrIntAmSlope Set gyroscope any motion interrupt slope samples
534+
* @param slope Number of samples to evaluate (0-3): 0=4 samples, 1=8 samples, 2=16 samples, 3=32 samples
535+
*/
536+
void setGyrIntAmSlope(uint8_t slope);
537+
519538
/**
520539
* @brief lastOpreateStatus Show last operate status
521540
*/
@@ -546,6 +565,8 @@ Arduino uno | √ | | |
546565
## History
547566
548567
- 07/03/2019 - Version 0.2 released.
568+
- 12/22/2019 - Version 0.2.1 released.
549569
## About this Driver ##
550570
551571
572+

0 commit comments

Comments
 (0)