Good PWM Pins

FardinB:
Thanks for the research.

Is there a page that shows what timers are used for each PWM pin on the Arduino Mega 2560?

I am using timer 1 in my code as a software interrupt.

Thanks

The below might be useful. The far left column is the 'abstracted' arduino pin number and the other columns show the AVR port and bit number of the corresponding pin and descriptions of secondary functions for some of the pins for both the 328p and mega1280/2560 boards.

https://spreadsheets.google.com/pub?key=rtHw_R6eVL140KS9_G8GPkA&gid=0

Lefty