public static interface Bmi160Accelerometer.SignificantMotionConfigEditor
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Writes the settings to the board
|
Bmi160Accelerometer.SignificantMotionConfigEditor |
setProofTime(Bmi160Accelerometer.ProofTime time)
Sets the proof time
|
Bmi160Accelerometer.SignificantMotionConfigEditor |
setSkipTime(Bmi160Accelerometer.SkipTime time)
Sets the skip time
|
Bmi160Accelerometer.SignificantMotionConfigEditor setSkipTime(Bmi160Accelerometer.SkipTime time)
time - Number of seconds to sleep after movement is detectedBmi160Accelerometer.SignificantMotionConfigEditor setProofTime(Bmi160Accelerometer.ProofTime time)
time - Number of seconds that movement must still be detected after the skip time passedvoid commit()