drewandersonnz / my-ir-remote

ISC License
1 stars 0 forks source link

Attempt to change to make arduino pro micro work as per this ticket #1

Closed drewandersonnz closed 8 years ago

drewandersonnz commented 8 years ago

https://github.com/z3t0/Arduino-IRremote/issues/243

drewandersonnz commented 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)