I've been trying to read into the Arduino Timer 0, Timer 1 and Timer 2 setup, but cannot seem to get my head around it, so trying to understand how it works.
I'm using a library which uses Timer 2. The library assumes that Timer 2 is set to prescaler 64.
I've got an Arduino UNO with ATmega328 running IDE 022.
- Is Timer 2 standard set to prescaler 64?
- If not, how do I set Timer 2 to prescaler 64?
Thanks for the help...