User Activity

I'm using the H3LIS331DL high-g accelerometer. Below is my setup code including register configuration: void init(void) { // Write to CTRL_REG3: interrupt active high, push-pull, no latching, data ready signal on INT1 write_data = 0x02; ...