This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

-delay time coding make me puzzled

delay time coding make me puzzled.
for example:

void delay()
{
int x=20000;
do{x=x-1;}while(x>1);
}

how to understand it's delay.and how long time???
sincere your in advance!

0