- 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:
2019-03-30 19:01:28 +00:00
parent adb49f5771
commit 8f77e6dc2d
3 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ void port_init()
DDRD = 0xFC;
DDRB = 0x06;
PORTD = 0xFC;
PORTB = 0x04;
PORTB = 0x06;
}
typedef struct _sPort_t