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
Example of my output in console:
Temperatures: 78.8F 77.9F
Temperatures: 26.0C 25.5C <====== ds18b20_getTempC()
Temperature: 24.0C <====== ds18b20_get_temp()
The example was tested on ESP32-WROOM-32E using ESP-IDF v5.0.1
The text was updated successfully, but these errors were encountered:
Could you please explain why there is a difference in temperature values between ds18b20_get_temp() and ds18b20_getTempC()?
My question is related to the following part of the code from main.c file:
Example of my output in console:
Temperatures: 78.8F 77.9F
Temperatures: 26.0C 25.5C <====== ds18b20_getTempC()
Temperature: 24.0C <====== ds18b20_get_temp()
The example was tested on ESP32-WROOM-32E using ESP-IDF v5.0.1
The text was updated successfully, but these errors were encountered: