Have spent a long while getting all the separate components of my circuit working properly as little small circuits, but now that i'm joining them all together i've come across an issue, i have 2 Tlc5940's running 20 odd leds and they work fine till i add the code in for IRremote library (only using incoming IR signals not transmitting any) , then it stops working, i'm assuming that they are fighting over the same pins.
It especially happens when i add enableIRIn(); because i've been through the code uncommenting all the IR code one thing at a time to see when it all breaks, any idea how i can get around this ? is it just a simple reassignment of pins in one of the libraries or am i going to be forced to run one chip for the leds and another for the rest of the circuit once it comes down to PCB production time ?