- added suspend state
- needed to modify init values of variables - switch is off on start up git-svn-id: http://moon:8086/svn/projects/HendiControl@184 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -13,7 +13,7 @@ void port_init()
|
||||
DDRD = 0xFC;
|
||||
DDRB = 0x06;
|
||||
PORTD = 0xFC;
|
||||
PORTB = 0x04;
|
||||
PORTB = 0x06;
|
||||
}
|
||||
|
||||
typedef struct _sPort_t
|
||||
|
||||
Reference in New Issue
Block a user