else digitalWrite(12, HIGH);
delay ( 1000 );
digitalWrite ( 12, LOW );
delay ( 2000) ;
// set the LED on
here some of my code, but the problem is when LDR sense the value < 200, it will turn on first motor for certain time, but the problem is, while the motor turn on, eventhough ldr sensor > 200, other motor will not turn on till first motor finish turn on for the delay...i want it to be instantaneously..anyone help