Skip to content

Commit

Permalink
Updated delay after serial begin. Removed delay before.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenrig-ifx committed Sep 30, 2022
1 parent 863cec2 commit 76f72ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/continuous-mode/continuous-mode.ino
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ Error_t err;

void setup()
{
delay(800);
Serial.begin(9600);
delay(500);
delay(800);
Serial.println("serial initialized");

/* Initialize the i2c interface used by the sensor */
Expand Down

0 comments on commit 76f72ca

Please sign in to comment.