What is the purpose of secundary GCB constant for AVR ? Are there two successive dividers ? Is it optional ? There is only an example ... for PIC ! I want that timer0 runs at full clock frequency, so is "Inittimer0 OSC, PS_1" correct ?
Thanks for answers ...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the purpose of secundary GCB constant for AVR ? Are there two successive dividers ? Is it optional ? There is only an example ... for PIC ! I want that timer0 runs at full clock frequency, so is "Inittimer0 OSC, PS_1" correct ?
Thanks for answers ...
PS_1 is correct that is the 1:1 prescaler.
Thanks ...