Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelpatel committed Sep 17, 2017
1 parent 4a39d8b commit 94f5395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/DS18B20/DS18B20.ino
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void loop()
int i = 0;

// Broadcast a convert request to all thermometer sensors
sensor.convert_request(true);
if (!sensor.convert_request(true)) return;

// Print list of sensors and temperature
do {
Expand Down

0 comments on commit 94f5395

Please sign in to comment.