Skip to content

Commit 26e09db

Browse files
authored
Merge pull request #7 from milesburton/master
Update DallasTemperature.h
2 parents 7b18965 + b342b5f commit 26e09db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DallasTemperature.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class DallasTemperature {
125125
// returns true if the bus requires parasite power
126126
bool isParasitePowerMode(void);
127127

128-
// Is a conversion complete on the wire?
128+
// Is a conversion complete on the wire? Only applies to the first sensor on the wire.
129129
bool isConversionComplete(void);
130130

131131
int16_t millisToWaitForConversion(uint8_t);

0 commit comments

Comments
 (0)