I see this when going through the tutorials:
On the Arduino Mega we have 6 timers and 15 PWM outputs:
Pins 4 and 13: controlled by Timer0
Pins 11 and 12: controlled by Timer1
Pins 9 and10: controlled by Timer2
Pin 2, 3 and 5: controlled by timer 3
Pin 6, 7 and 8: controlled by timer 4
Pin 46, 45 and 44:: controlled by timer 5
I use all of the PWMs except for 44-46. I also what to program a timer interrupt.
Does this quote tell me that for my timer I should use #5?