User Activity

Hello, I tried to use FIFO in way to count data ready . My idea to count sample and if it is a 32 sample in FIFO I read all at once. As far I understand, according by datasheet "Accelerometer and gyroscope multiple reads (burst)" Page 21Data stores ...
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...