Skip to content

Commit

Permalink
Merge pull request #16 from mikeysklar/delay-init
Browse files Browse the repository at this point in the history
PM25 three second delay
  • Loading branch information
ladyada authored Sep 19, 2024
2 parents ba3f10c + 2cd0493 commit 7a5f4b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/PM25_test/PM25_test.ino
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ void setup() {

Serial.println("Adafruit PMSA003I Air Quality Sensor");

// Wait one second for sensor to boot up!
delay(1000);
// Wait three seconds for sensor to boot up!
delay(3000);

// If using serial, initialize it and set baudrate before starting!
// Uncomment one of the following
Expand Down

0 comments on commit 7a5f4b0

Please sign in to comment.