We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b6f15f7 + 26e09db commit b93e549Copy full SHA for b93e549
DallasTemperature.h
@@ -125,7 +125,7 @@ class DallasTemperature {
125
// returns true if the bus requires parasite power
126
bool isParasitePowerMode(void);
127
128
- // Is a conversion complete on the wire?
+ // Is a conversion complete on the wire? Only applies to the first sensor on the wire.
129
bool isConversionComplete(void);
130
131
int16_t millisToWaitForConversion(uint8_t);
0 commit comments