Unfortunately not, I discovered some additional problems to add the TSOP IR:
- I need one of the PORTB pins since its the only port that has Interrupt on change.
- For measuring the IR Pulses timing accurately I would have to rethink my interrupt routine.
An alternative would be that I do IR Decoding on an other 8pin PIC with MSSP (12F1822)
and send it via I2C to the main pic (this way i dont even need a free pin),
but i have no experience in communicating between 2 pics.