problème recepteur IR et sortie PWM

Donc pour en revenir au sujet principal !
Effectivement il doit y avoir un conflit entre la librairie IRremote et ma pwm. du moment où j'active l'IR, je n'ai plus de signal sur ma sortie.

barbudor:
Mais ce que dit Bryce ce n'est pas que la commande +/6 ne marche pas
C'est que finalement le fade ne marche plus du tout

Donc comme le suggère fdunews, il y a peut être une interaction entre les sorties PWM et la lib IR

D'après la page web de l'auteur, il utilise le TIMER1 pour la réception:

In more detail, the receiver's interrupt code is called every time the TIMER1 overflows, which is set to happen after 50 microseconds. At each interrupt, the input status is checked and the timer counter is incremented. The interrupt routine times the durations of marks (receiving a modulated signal) and spaces (no signal received), and records the durations in a buffer. The first duration is the length of the gap before the transmission starts. This is followed by alternating mark and space measurements. All measurements are in "ticks" of 50 microseconds.

Mais d'après digital_pin_to_timer_PGM, la pin 11 semble pourtant utiliser le TIMER2

et si j'utilise mon DS1307 comme base de temps pour ma pwm (si c'est possible !) est ce que ça résoudrai mon problème ?