Skip to content

Commit dec0c80

Browse files
authored
Merge pull request #72 from Ducatel/master
Update visibility of millisToWaitForConversion
2 parents f40c077 + 94d07b3 commit dec0c80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DallasTemperature.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,8 @@ class DallasTemperature
150150

151151
// Is a conversion complete on the wire?
152152
bool isConversionComplete(void);
153+
154+
int16_t millisToWaitForConversion(uint8_t);
153155

154156
#if REQUIRESALARMS
155157

@@ -251,8 +253,6 @@ class DallasTemperature
251253
// reads scratchpad and returns the raw temperature
252254
int16_t calculateTemperature(const uint8_t*, uint8_t*);
253255

254-
int16_t millisToWaitForConversion(uint8_t);
255-
256256
void blockTillConversionComplete(uint8_t);
257257

258258
#if REQUIRESALARMS

0 commit comments

Comments
 (0)