- LED[0..3] are off after reset
git-svn-id: http://moon:8086/svn/projects/HendiControl@170 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -12,7 +12,7 @@ void port_init()
|
||||
{
|
||||
DDRD = 0xFC;
|
||||
DDRB = 0x06;
|
||||
PORTD = 0xC0;
|
||||
PORTD = 0xFC;
|
||||
PORTB = 0x04;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user