}
void main(void) {
/* put your own code here */
// DDRB = 0xFF;
sci_ini();
EnableInterrupts;
WriteToSCI0("*");
// WriteToSCI0("\nEnter number (1-9) to change speed or\n'stop' to halt simulation.\n");
for(;;) { WriteToSCI0Data(20);} /* wait forever */
/* please make sure that you never leave this function */
} 作者: d9912345 时间: 2007-7-7 19:24