nRF Connect SDK API 2.8.99
|
int ext_sensors_accelerometer_threshold_set | ( | double | threshold, |
bool | upper ) |
#include <applications/asset_tracker_v2/src/ext_sensors/ext_sensors.h>
Set the threshold that triggers callback on accelerometer data.
[in] | threshold | Variable that sets the accelerometer threshold value in m/s2. Must be a value larger than 0 and smaller than the configured range (default 2G: ~= 19.6133 m/s2). |
[in] | upper | Flag indicating if the given threshold is for activity detection (true) or inactivity detection (false). |