Closed drewandersonnz closed 8 years ago
Working by changing:
// Teensy 2.0
#elif defined(__AVR_ATmega32U4__)
#define IR_USE_TIMER1 // tx = pin 14
//#define IR_USE_TIMER3 // tx = pin 9
//#define IR_USE_TIMER4_HS // tx = pin 10
This switches it to pin9 (else statement in IR_USE_TIMER1)
https://github.com/z3t0/Arduino-IRremote/issues/243