Skip to content

Commit

Permalink
Fix bug in wait_interval
Browse files Browse the repository at this point in the history
Change-Id: I0df91d5857d7f56817967da948e57abc9ae9da5f
  • Loading branch information
marceloavilaoliveira committed Sep 26, 2019
1 parent a1ff423 commit 8d8598d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scoreboard.ino
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//----------------------------------------------------------------------------//
// Filename : Scoreboard.ino //
// Description : Smart Basketball Scoreboard //
// Version : 1.2.0 //
// Version : 1.2.1 //
// Author : Marcelo Avila de Oliveira <[email protected]> //
//----------------------------------------------------------------------------//

Expand Down Expand Up @@ -240,14 +240,14 @@ void set_shot(int mode) {
}

Serial1.print(mode);
delay(1000);
}

void reset() {
vibr = false;
prox = false;
wait = false;
set_led(4, 100);
delay(1000);
}

//----------------------------------------------------------------------------//
Expand Down

0 comments on commit 8d8598d

Please sign in to comment.