On the Atmel ATmega328P (datasheet), there are three timers available for PWM generation (timer0, timer1, and timer2).
I already have what I need using the 8-bit timer2, I am just concerned with using different timer instad of timer2, because timer2 is u...