From 69b847242767a8088d2f7c29ce57ead3142336a0 Mon Sep 17 00:00:00 2001 From: KLASSENTS Date: Fri, 24 Jan 2025 15:16:29 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D0=B8=D0=BD=20=D0=B4=D0=BB=D1=8F=20=D0=BF=D0=BB?= =?UTF-8?q?=D0=B0=D1=82=D1=8B=20=D1=81=D1=82=D0=B0=D1=80=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libraries/IRremote/examples/SendAndReceive/SendAndReceive.ino | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libraries/IRremote/examples/SendAndReceive/SendAndReceive.ino b/libraries/IRremote/examples/SendAndReceive/SendAndReceive.ino index 0dc107c..68d43d8 100644 --- a/libraries/IRremote/examples/SendAndReceive/SendAndReceive.ino +++ b/libraries/IRremote/examples/SendAndReceive/SendAndReceive.ino @@ -46,7 +46,9 @@ //#define DEBUG // Activate this for lots of lovely debug output from the decoders. #define IR_RECEIVE_PIN 4 -#define IR_SEND_PIN 3 +#ifndef IR_SEND_PIN +#define IR_SEND_PIN 3 // P0_0 +#endif /* * Helper macro for getting a macro definition as string