Resolved! MotionGC Init and SetFrequency Funcitons
Hi everyone. I'm using MotionGC library to calibrate my LSM6DSL gyroscope. In User Manual of library it is stated that "void MotionGC_Initialize(float freq) "function takes "float" as input argument. But when I call the function according to the us...