Hi, I tried to set a threshold trigger by setting the lower and upper threshold with
rc = sensor_attr_set(sensor, SENSOR_CHAN_ALL,
SENSOR_ATTR_LOWER_THRESH,
3);
but rc is returned with -134 which is not supported.
(It doesnt mater if I use SENSOR_CHAN_ACCEL_XYZ or SENSOR_CHAN_ACCEL_X or SENSOR_CHAN_ALL)
Is it really not supported? (so I have to do the check myself)
best regards,
markus