From 72a60f2b85441c7d7f1a47926eaa6c47344fe257 Mon Sep 17 00:00:00 2001 From: Luan Belem Rivello <58953615+luanrivello@users.noreply.github.com> Date: Sat, 18 Jul 2020 17:27:50 -0300 Subject: [PATCH] changed delay placement --- main.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.ino b/main.ino index 03ff43a..d302a01 100755 --- a/main.ino +++ b/main.ino @@ -19,6 +19,8 @@ void setup() { void loop() { starWars(); + + delay(5000); } @@ -122,7 +124,5 @@ void starWars(){ tone(bip1,NOTE_A3,longo); delay(longo); - - delay(5000); }