Multi tasking

i'm asking here about the arduino ability of multitasking, like controlling the motion of several Servo motors at the same time
i tried to reach that by minimize the delay between the functions or make all the digital.write functions proceed the same time but it's not working efficiently .

See Demonstration code for several things at the same time - Project Guidance - Arduino Forum

Mark

You referred to "minimize the delay".

I trust you are not using the "delay()" function?

Hi,
Can you please post a copy of your sketch, using code tags?
They are made with the </> icon in the reply Menu.
See section 7 http://forum.arduino.cc/index.php/topic,148850.0.html

Tom.... :slight_smile: