In simplest terms I am just trying to figure out how to configure the Arduino Infrared library to use timer0 over timer1 so it will fire Pin3 on my Mega.
I designed and assembled a whole thing without realizing I couldn't assign what pin the render function uses.
I currently have the IR LED assigned to pin 3. It is one of 6 pins available on a port on a shield I have constructed.
If I can simply change the timer, I don't have to dramatically alter my core design.
I have searched. I have found numerous topics stating that it "can" be done. No one ever gets around to explaining how.
The libraries are a labyrinth of files that include each other back and forth.
I cannot find anything that seems like a core setup file that is common among the examples or libraries.
I simply cannot locate where the library defines what timer it plans to use.
*I selected the category because my heavy pin assignment is why I cannot simply swap some things around. It's a pretty complicated gadget.