have anyone tried to use more than one mode of timer (overflow, CTC,etc) at the same time ?
i'm using timer1 in arduino uno.
have anyone tried to use more than one mode of timer (overflow, CTC,etc) at the same time ?
i'm using timer1 in arduino uno.
Since each timer only has one WGM (Waveform Generator Mode) field, how would you propose setting it to more than one mode at the same time?
ok, it make sense.
so, can we use timer1 and timer2 together at same time ?
Yes, for the same reason that you can use arduino 1 and arduino 2 at the same time.
wendo:
so, can we use timer1 and timer2 together at same time ?
Depends on what you mean by "together". You can certainly use them at the same time.