Skip to content

Commit

Permalink
Update tictactoe.ino
Browse files Browse the repository at this point in the history
led test mode enabled
  • Loading branch information
5t0n3r1pp3r authored Mar 22, 2018
1 parent 2177fab commit c763600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tictactoe/tictactoe.ino
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ void setup() {
* ------------------------------------Main Program
*/
void loop()
{ //Debug();
{ Debug();
CHECK_PIN_STATE();
CHECK_BUTTON();
ledDisp();
Expand All @@ -478,4 +478,4 @@ void loop()
whoWon(R_led_status, B_led_status, winstate);
//redwins();
// Serial.println("_____________cycle______________");
}
}

0 comments on commit c763600

Please sign in to comment.