void main(void) {
/* put your own code here */
DDRA=0xff;
DDRB=0xff;
DDRE=0xff;
PORTA=0xff;
PORTB=0xff;
PORTE=0xff;
EnableInterrupts;
for(;;) {
_FEED_COP(); /* feeds the dog */
} /* loop forever */
/* please make sure that you never leave main */
}
板子上的LED就在我按复位键的时候亮一下 而且非常微弱。。。这是为毛 该怎么改才能成常亮?