Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jan 9, 2018
2 parents b6f15f7 + 26e09db commit b93e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DallasTemperature.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class DallasTemperature {
// returns true if the bus requires parasite power
bool isParasitePowerMode(void);

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

int16_t millisToWaitForConversion(uint8_t);
Expand Down

0 comments on commit b93e549

Please sign in to comment.