Refer to datasheet, Table 5: Temperature Data Format.
From the Digital Output column, it looks like first 8 bits are integral part of the temperature, and last 4 bits are the fractional part .
Using the above format for positive temperature, all values can be converted from binary to deg c without problem.
However, I do not get the FFC at all.
According to the table, 1111 1111 1100 = FFC = -0.25 deg c.
for integral part, apply 2's compliment to 11111111 = -1.
Why table shows that is -0???????
Thank you.
Cyndy