greetings ,,,, how long will this delay go
int delay ( int start , int end ) { int counting;
counting = start;
while ( counting < end ) ++ counting ;
return 7 ; }
hey......nice code chum.......
ive run the code and here is the result we see
delay ( 1 , 1000 ) is 97S delay ( 1 , 10000 ) is 164S delay ( 1000 , 2000 ) is 103S delay ( 1 , 60000 ) is 4S delay ( 0 , 100000) is 22S
here is the result we see
So, you're not alone in your clueless quest?
View all questions in Keil forum