2021-01-15 03:36 AM
2021-01-18 12:31 AM
Hi @spati.1 ,
it seems something went wrong in your posting the question... is this post related to this other one?
If so, is the interrupt you are referring the one below?
/* Set interrupt threshold at ~800 mg -> 1bit = 16mg@2g */
lis2de12_int1_gen_threshold_set(&dev_ctx, 0x30);
/* Set duration to zero - 1 bit = 1/ODR */
lis2de12_int1_gen_duration_set(&dev_ctx, 0);
-Eleon