Hello everyone,I'm using the II2SDH accelerometer and want to collect the data whenever the Data Ready Interrupt is fired. I'm using the INT1 pin for that and this is my configuration: SPI_WriteByte(CTRL_REG1, 0x9f); // Low power mode, 5.376Hz dat...