hi
I want to control two DC motors for making my robot go forward
what is the best way to do it with an Arduino (I'm new with Arduino & AVR) ?
The simplest way (I think) would be to use an interrupt ,and then do the job .
but with 2 motors?? I'd probably miss some pulses

it would be better to use Timers,but some functions of the Arduino's API use them ,so.. bad solution (that's what they told me in Arduino's Forum..) Is it true ?
So, I'm lost

,there must be a way to deal with two encoders INDEPENDENTLY
thanks in advance