Skip to content

Commit 3cc9956

Browse files
committed
#176
1 parent 107b8c2 commit 3cc9956

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IRremoteInt.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ EXTERN volatile irparams_t irparams;
302302
# define TIMER_PWM_PIN 11 // Arduino Mega
303303
#elif defined(__AVR_ATmega644P__) || defined(__AVR_ATmega644__)
304304
# define TIMER_PWM_PIN 13 // Sanguino
305+
#elif defined(__AVR_ATtiny84__)
306+
# define TIMER_PWM_PIN 6
305307
#else
306308
# define TIMER_PWM_PIN 9 // Arduino Duemilanove, Diecimila, LilyPad, etc
307309
#endif

0 commit comments

Comments
 (0)