Hi everyone,
I'm using Ken Shirriffs excellent IRRemote library, and I've run into a snag. The library sends IR on pin 3, which is coded into the library, I need pin 3 for an interrupt. Does anyone know if another version exists using any other pin for IR transmission? Thought I'd ask here before attempting to modify the library.
Thanks!
Pin 3 is connected to Output Compare Register B of Timer 2. If you change to OCR2A instead of OCR2B the output will be on Pin 11.
Thanks for the tip - I've managed to modify the library - which was an education! I also found a version of the library which allows the use of any pin for transmission, via a much cleverer rewrite of the library than I was able to put together! Here is a link to that library, if anyone is interested.