Better comments

This commit is contained in:
Thammi 2013-08-15 04:41:58 +02:00
parent 913ff939d7
commit dac7a024fa

View File

@ -33,12 +33,10 @@ int main(void) {
PORTC |= (1 << 4) | (1 << 5);
PORTD |= (1 << 5) | (1 << 6) | (1 << 7);
/*PORTD |= 1 << 2;*/
// we need to get real fast (8MHz) to handle 38kHz IR frequency ...
// we need to get real fast ...
CLKPR = 0b10000000 ;
CLKPR = 0b00000000 ; //4MHz Clock
CLKPR = 0b10000000;
CLKPR = 0b00000000;
// initialize timer