Hi team,I am working on LIS3DH sensor, and found a lot resource from internet.But I go confused when I saw difference formula to calculate the OUTPUT_X or OUTPUT_Y.Source1:dt_usr[0] = float(short((data[1] << 8) | data[0]) >> 4) * fs_factor;https://...