void 2usdelay(unsigned char d) 
{ unsigned char i; 
for(i=0;i<d;d++) 
} 