thangaduraibeece
Junior Member level 2
Hi,
I have written a c program which use an in-built delay loop for having a delay of 150ms.When i check the timing, the delay routne doesn't produce 150 milliseconds delay always it wasonly 50, 60, 70 milliseconds sometimes.
I am surprise on seeing this.Because i expected a delay of more than 150 milliseconds since i am running this turbo c application in windows OS where a process based scheduling is running.Contradictoru to my expectation, the time delay is less than 150 milliseonds.
/************** My Code ************/
delay(150);
/************** End of my Code *****/
Could anyone help me on this?
I have written a c program which use an in-built delay loop for having a delay of 150ms.When i check the timing, the delay routne doesn't produce 150 milliseconds delay always it wasonly 50, 60, 70 milliseconds sometimes.
I am surprise on seeing this.Because i expected a delay of more than 150 milliseconds since i am running this turbo c application in windows OS where a process based scheduling is running.Contradictoru to my expectation, the time delay is less than 150 milliseonds.
/************** My Code ************/
delay(150);
/************** End of my Code *****/
Could anyone help me on this?