这是一段在freescale code warrior 上运行的一段程序,哪位高手帮忙注解下(最好详细点)。。。
voidmain(void){/*putyourowncodehere*/unsignedlongj;DDRB=0xff;for(;;){PORTB=0xff;j=100...
void main(void) {
/* put your own code here */
unsigned long j;
DDRB=0xff;
for(;;){
PORTB=0xff;
j=100000;
while(j--);
PORTB=0x0;
j=100000;
while(j--);
}
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
} 展开
/* put your own code here */
unsigned long j;
DDRB=0xff;
for(;;){
PORTB=0xff;
j=100000;
while(j--);
PORTB=0x0;
j=100000;
while(j--);
}
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询