We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a0ccc1 commit 95566e8Copy full SHA for 95566e8
DallasTemperature.cpp
@@ -454,7 +454,7 @@ void DallasTemperature::blockTillConversionComplete(uint8_t bitResolution) {
454
}
455
456
// returns number of milliseconds to wait till conversion is complete (based on IC datasheet)
457
-int16_t DallasTemperature::millisToWaitForConversion(uint8_t bitResolution) {
+uint16_t DallasTemperature::millisToWaitForConversion(uint8_t bitResolution) {
458
459
switch (bitResolution) {
460
case 9:
0 commit comments