User Activity

Posted on March 28, 2017 at 17:08Hi,is it possible to know the minimum delay required to wait between register writing during the self-test?I write down my code, to make myself more clearwhile(1) { BYTE xH = 0; BYTE yH = 0; BYTE zH = 0; //HPF disab...
Posted on February 20, 2017 at 17:55 Hi, I have a problem to make interrupts (INT1 exactly) work with my LIS2DH12 Accelerometer. What I am trying to do is to make the int1 trigger when there is a Y-axis high event (or low event). I have sette...