EasyC Programming Help

My robot has been turning in circles when i tell it to run the program. Even though in the program i told it to stop after 3 seconds. I dont get why it wont stop and how can i make it go forward. Please help!

You will need to give us a little more information before we can help you, can you show us the code you are trying to run.

Hmm…are you running the 3 second task in a while loop?

Because if I am not mistake, then it would continuously run because of the while loop.

If your robot is turning in circles instead of going straight, you need to run one of the motors in the opposite direction.