SPD5118_TEMP_UNIT
return temp * SPD5118_TEMP_UNIT;
return (DIV_ROUND_CLOSEST(temp, SPD5118_TEMP_UNIT) & 0x7ff) << 2;