Skip to content

Commit b342b5f

Browse files
authored
Update DallasTemperature.h
1 parent 468bca3 commit b342b5f

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)