The resulting temperature offset is a summation of the register bits that have been enabled (that is, programmed to 1). Some examples:
- Programming TEMP_OFFSET_ADJUST to 00000001 adjusts the reported temperature by +0.16°C.
- Programming TEMP_OFFSET_ADJUST to 00000111 adjusts the reported temperature by +1.12°C.
- Programming TEMP_OFFSET_ADJUST to 00001101 adjusts the reported temperature by +2.08°C.
- Programming TEMP_OFFSET_ADJUST to 11111111 adjusts the reported temperature by –0.16°C.
- Programming TEMP_OFFSET_ADJUST to 11111001 adjusts the reported temperature by –1.12°C.
- Programming TEMP_OFFSET_ADJUST to 11110011 adjusts the reported temperature by –2.08°C.