Skip to content

Commit

Permalink
DM: added startup delay
Browse files Browse the repository at this point in the history
  • Loading branch information
deanm1278 committed Dec 27, 2017
1 parent 3211862 commit 225bed4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Adafruit_BME280.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ bool Adafruit_BME280::init()

setSampling(); // use defaults

delay(100);

return true;
}

Expand Down
2 changes: 0 additions & 2 deletions examples/bme280test/bme280test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ void setup() {
delayTime = 1000;

Serial.println();

delay(100); // let sensor boot up
}


Expand Down

0 comments on commit 225bed4

Please sign in to comment.