From 249163f19a7d51378f0b49f86caecb67b37f74f2 Mon Sep 17 00:00:00 2001 From: Marc Sunet Date: Mon, 27 Dec 2021 06:03:50 -0800 Subject: Reordernar pines de rele. --- textil.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textil.ino b/textil.ino index 65c1d9e..4e4b5cb 100644 --- a/textil.ino +++ b/textil.ino @@ -20,8 +20,8 @@ const unsigned long TIEMPO_ESPERA_SALIDA_MS[MAX_RELE] = { // Pines 0 y 1 en Arduino UNO son para comunicacion serie, no usar. const int Rele_Pin[MAX_RELE] = { 2, // Rele 1. - 4, // Rele 2. - 3, // Rele 3. + 3, // Rele 2. + 4, // Rele 3. }; // Pin pulsador. -- cgit v1.2.3