Hello,I am using a I3G4250D gyroscope and would like read the temperature. Currently, I read 246 (in decimal) in my register 0x26.In two's complement, it is equivalent to -9. Then I have to multiply by -1 so -9 * -1 = 9°C (I am not sure)But It is t...