lsm6dsox interrupt
Hi,I want to read sensor data periodically in interrupt mode.And sensor is configured like below code. /* Set Output Data Rate */ lsm6dsox_xl_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR_3333Hz); lsm6dsox_gy_data_rate_set(&lsm_ctx, LSM6DSOX_GY_ODR...