Better comments
This commit is contained in:
parent
913ff939d7
commit
dac7a024fa
|
@ -33,12 +33,10 @@ int main(void) {
|
||||||
PORTC |= (1 << 4) | (1 << 5);
|
PORTC |= (1 << 4) | (1 << 5);
|
||||||
PORTD |= (1 << 5) | (1 << 6) | (1 << 7);
|
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;
|
||||||
CLKPR = 0b10000000 ;
|
|
||||||
CLKPR = 0b00000000 ; //4MHz Clock
|
|
||||||
|
|
||||||
// initialize timer
|
// initialize timer
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user