public static interface Bmi160Accelerometer.SlowMotionConfigEditor
| Modifier and Type | Method and Description |
|---|---|
void |
commit()
Writes the settings to the board
|
Bmi160Accelerometer.SlowMotionConfigEditor |
setCount(byte count)
Sets the count
|
Bmi160Accelerometer.SlowMotionConfigEditor |
setThreshold(float threshold)
Sets the tap threshold.
|
Bmi160Accelerometer.SlowMotionConfigEditor setCount(byte count)
count - Number of consecutive slope data points that must be above the thresholdBmi160Accelerometer.SlowMotionConfigEditor setThreshold(float threshold)
threshold - Threshold, in Gs, for which no slope data points must exceedvoid commit()