You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The temperature returned with this component in function ds18b20_get_temperature is wrong (4095C) for temperatures below 0C. The sign-bit is not extended properly because of the typecast to int16_t.
The temperature returned with this component in function ds18b20_get_temperature is wrong (4095C) for temperatures below 0C. The sign-bit is not extended properly because of the typecast to
int16_t
.Fix:
The text was updated successfully, but these errors were encountered: