Resolved! help about word signification with LSM6DSO32
Hi all,I'am working with a LSM6DSO32, and I try to implement AHRS algorithm to fuse gyro and accel data. In source code I have this lineFusionVector3 gyroscopeSensitivity = { 1.0f, 1.0f, 1.0f, }; // replace these values with actual sen...