LIS3DH: HP Filter for Z axis not working when FIFO is configured
When I configure FIFO, for some reason Z is always around 1g even though HP filter is active.Here is my setup with FIFO:write_reg(LIS_ADD, CTRL_REG1, 0x77); // 400 Hz, enable XYZwrite_reg(LIS_ADD, CTRL_REG2, 0x3C); // HP data sent to FIFO and HP enab...