LSM6DSO pedometer interrupt setting
Hello,
I am using LSM6DSO sensor to do a pedometer. I use the official interrupt signal to control the step update like the following sentence.
int1_route.emb_func_int1.int1_step_detector = PROPERTY_ENABLE;
But I found the interrupt signal always has some delays. When I am moving, sensor will not produce an interrupt signal. After I stop moving for few seconds (about 10 seconds), the sensor will send an interrupt signal.
Is there some settings for this condition?
Thank you.
