Skip to content

Commit

Permalink
changed delay placement
Browse files Browse the repository at this point in the history
  • Loading branch information
luanrivello committed Jul 18, 2020
1 parent a5b0641 commit 72a60f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ void setup() {
void loop() {

starWars();

delay(5000);

}

Expand Down Expand Up @@ -122,7 +124,5 @@ void starWars(){

tone(bip1,NOTE_A3,longo);
delay(longo);

delay(5000);

}

0 comments on commit 72a60f2

Please sign in to comment.