Does the latest firmware (v2.5.9) support high pass filtering on the lis2dh12. I use to be able to enable it by calling:
lis2dh12_set_highpass(true);
But this seems to be removed from the latest driver.
Any information on this would be greatly appreciated.
You’d probably want to make a function to read the LIS2DH12_CTRL_REG2, set bit 0x08 (FDS) in the read value and write the register value with high pass bit set to the LIS2DH12