I'm afraid that these lines in LSM6DS3.cpp are not correct: `93 // Set the ODR config register to ODR/4` `94 writeRegister(LSM6DS3_CTRL8_XL, 0x09);` Actually, ODRs are set in CTRL1_XL and CTRL2_G. I discovered this beacuse that line was making not possible to set up the High Pass filter.