Which board (or Arduino core) are you using?
If you need PWM with same frequency at (physical)pin 5(PB0) and 6(PB1) , I think it's better to use only Timer0 than to use both Timer1 and Timer0.
Also, can I post all the code?
Which board (or Arduino core) are you using?
If you need PWM with same frequency at (physical)pin 5(PB0) and 6(PB1) , I think it's better to use only Timer0 than to use both Timer1 and Timer0.
Also, can I post all the code?