Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
11/20/12 10:19
Read: times


 
#188857 - How to post legible source code
Responding to: ???'s previous message
How to post legible source code: http://www.8052.com/faqs/120199

It should then look something like this:
void delay( unsigned int count ) 
{ 
   int i,j; 
   for( i=0; i<count; i++ ) 
      for( j=0; j<1275; j++ ); 
} 

Oh dear - a HLL delay loop!

See: http://www.8052.com/forum/read/162556



List of 3 messages in thread
TopicAuthorDate
rfid based e toll system            01/01/70 00:00      
   (back) to basics            01/01/70 00:00      
   How to post legible source code            01/01/70 00:00      

Back to Subject List