From 349174f77c93b8c11deac8c7b29ac172610a2599 Mon Sep 17 00:00:00 2001 From: Timm Bogner <64260873+timmbogner@users.noreply.github.com> Date: Tue, 29 Nov 2022 07:14:26 -0600 Subject: [PATCH] changed pin assignments --- examples/Controller_examples/Irrigation/Irrigation.ino | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/Controller_examples/Irrigation/Irrigation.ino b/examples/Controller_examples/Irrigation/Irrigation.ino index 15b5ed1..d23d697 100644 --- a/examples/Controller_examples/Irrigation/Irrigation.ino +++ b/examples/Controller_examples/Irrigation/Irrigation.ino @@ -13,10 +13,10 @@ #define CONTROL_3 103 //Address for controller 3 #define CONTROL_4 104 //Address for controller 4 -#define COIL_1 16 //Coil Pin 1 -#define COIL_2 13 //Coil Pin 2 -#define COIL_3 14 //Coil Pin 3 -#define COIL_4 5 //Coil Pin 4 +#define COIL_1 4 //Coil Pin 1 +#define COIL_2 5 //Coil Pin 2 +#define COIL_3 13 //Coil Pin 3 +#define COIL_4 14 //Coil Pin 4 int status_1 = 0; int status_2 = 0;