Resolved! LSM9DS1 motion detection functions
Hello! I tried to work with motion detection function and here is my setup of interrupt pin /* Interrupt pin setup */ lsm9ds1_pin_notification_set(MAG_I2C_ADD, IMU_I2C_ADD, LSM9DS1_INT_PULSED); lsm9ds1_pin_polarity_set(MAG_I2C_ADD, IMU_I...