We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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);
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.