Hello,
I am having some trouble understanding the formatting of temperature values below 0. My conversion for positive numbers is fine, I just seem to be off in the negative range.
I understand that bit-15 is for sign. is it correct that if bit-15 is 1, I should then flip all remaining bits and then use the same conversion I would as if bit-15 was 0, and treat that result as a negative?
thanks,
Bruce