Subversion Repositories Projects

Compare Revisions

Ignore whitespace Rev 271 → Rev 270

/FollowMe/main.c
75,20 → 75,12
 
// initalize modules
LED_Init();
 
LEDRED_ON;
TIMER0_Init();
USART0_Init();
USART1_Init();
// enable interrupts global
sei();
LEDRED_OFF;
#ifdef USE_FOLLOWME
LEDGRN_ON;
#endif
 
 
 
#ifdef USE_SDLOGGER
printf("\n\rHW: SD-Logger");
#endif
99,7 → 91,7
printf("\n\r==============================");
printf("\n\r");
 
/*
 
// try to initialize the SD-Card File system
printf("\n\rInit FAT16...");
if(FAT16_Init())
109,12 → 101,8
else
{
printf("failed");
}*/
}
 
#ifdef USE_FOLLOWME
BeepTime = 2000;
#endif
 
LCD_Clear();
 
while (1)