Is it an error in the datasheet of lsm6ds3tr-c?
As the datasheet wrote, the full scale of angular rate measurement range is 2000 dps, and the output value is a 16-bit word in two’s complement, so when we set the angular rate measurement range to 2000 dps, the sensitivity (unit mdps/LSB)could be caculated : 2000 * 1000 / 32767 = 61.03. (1 dps = 1000 mdps)
But the datasheet wrote it is 70 (Typ.) Why it is 70 but not 61.03?
The same way we caculate the sensitivity of acceleration(unit mg/LSB): 16 *1000 / 32767 = 0.488, it match the value wrote in the datasheet.
