What data does a LIS2dh12 accelero-meter compare to generate an interrupt? Is it a data itself or the delta of the reading?
I have a product that uses LIS2DH12 to detect the lack of motion and generates the interrupt. I configured the INT2_CFG(34h) to 15h, INT2_THS(36h) to 0Fh, INT2_DURATION(37h) to 20h. Reading INT2_SRC(35h) gives the response as XXX1X1X1 when the produc...