From 945472807ff4c365efc36cebdf9eb1dab213f032 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Sun, 26 Jul 2015 22:37:56 -0600 Subject: [PATCH] Added pin comment for ATtiny84 --- IRremoteInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRremoteInt.h b/IRremoteInt.h index 6f5d660..38a4a2c 100644 --- a/IRremoteInt.h +++ b/IRremoteInt.h @@ -193,7 +193,7 @@ EXTERN volatile irparams_t irparams; // ATtiny84 #elif defined(__AVR_ATtiny84__) - #define IR_USE_TIMER1 + #define IR_USE_TIMER1 // tx = pin 6 //ATtiny85 #elif defined(__AVR_ATtiny85__)