The resulting humidity offset is a summation of the register bits that have been enabled (i.e. programmed to 1). Some examples:
- Programming HUM_OFFSET_ADJUST to 00000001 adjusts the reported humidity by +0.20%RH.
- Programming HUM_OFFSET_ADJUST to 00000101 adjusts the reported humidity by +1.00%RH.
- Programming HUM_OFFSET_ADJUST to 00001010 adjusts the reported humidity by +2.00%RH.
- Programming HUM_OFFSET_ADJUST to 11111111 adjusts the reported humidity by –0.10%RH.
- Programming HUM_OFFSET_ADJUST to 11111011 adjusts the reported humidity by –0.90%RH.
- Programming HUM_OFFSET_ADJUST to 11110101 adjusts the reported humidity by –2.10%RH.