Delete comment from: Ken Shirriff's blog
Lauszus said...
@kwalker
You could simply replace this line with:
#elif defined(__AVR_ATmega1280__) || defined(__AVR_ATmega2560__) || defined(__AVR_ATmega32U4__)
Then you could simply add a comment to people telling them to uncomment the following line, if they are using the Pro Micro as pin 13 is not broken out on the board.
Also you could add support for timer1 if you added this:
#elif defined(__AVR_ATmega32U4__)
#define TIMER_PWM_PIN 9 /* Leonardo or Pro Micro */
After this line.
Do you want me to send open up a pull request at Github for you?
Regards
Lauszus
Aug 31, 2013, 2:22:27 PM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

