DC Motor Control – Arduino for Beginners

In this link below the DC motor speed and direction was controlled…its nice…but i have an doubt … How do I control a DC motor with an encoder using Arduino?..

http://www.ingenstech.com/19-dc-motor-c … beginners/

How do I control a DC motor with an encoder using Arduino?

The same way you control a motor without one. Google “Arduino motor control” for lots of info. To learn how to use the encoder, google “arduino rotary encoder”.

k thank u…