From 398075391b022b93b3927b36cd609b83d2321321 Mon Sep 17 00:00:00 2001 From: Rox-es Date: Sun, 6 Oct 2019 18:09:21 +0200 Subject: [PATCH] Update demo_git.ino --- CODES/COD_MED/demo_git.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODES/COD_MED/demo_git.ino b/CODES/COD_MED/demo_git.ino index d1f3012..e999bd1 100644 --- a/CODES/COD_MED/demo_git.ino +++ b/CODES/COD_MED/demo_git.ino @@ -1,6 +1,6 @@ if (digitalRead(Bot1) == 1 && digitalRead(Bot3) == 0 - || digitalRead(Bot2) == 0 && digitalRead(Bot2) == 1) + || digitalRead(Bot2) == 0 && digitalRead(Bot3) == 1) { digitalWrite(LED, HIGH); }