From 66ac6124af238441983c211b1dbfcc50e72cbfd9 Mon Sep 17 00:00:00 2001 From: robsonpfcel <103153899+robsonpfcel@users.noreply.github.com> Date: Mon, 20 Jun 2022 20:56:10 -0300 Subject: [PATCH] alterado tom de 349 para 350 --- ver 1.0/genius_arduino.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ver 1.0/genius_arduino.ino b/ver 1.0/genius_arduino.ino index 68563d9..9fb9823 100644 --- a/ver 1.0/genius_arduino.ino +++ b/ver 1.0/genius_arduino.ino @@ -9,7 +9,7 @@ int sequencia[32] = {}; int botoes[4] = {8, 9, 10, 11}; int leds[4] = {2, 3, 4, 5}; -int tons[4] = {262, 294, 330, 349}; +int tons[4] = {262, 294, 330, 350}; int rodada = 0; int passo = 0; bool game_over = false;