Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -9,7 +9,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66, | ... | @@ -9,7 +9,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66, |
9 | const int Keypad[3] = { 11,9,10 }; | 9 | const int Keypad[3] = { 11,9,10 }; |
10 | int time = 0; | 10 | int time = 0; |
11 | int data[] = { 0,0,0,0,0,0 }; | 11 | int data[] = { 0,0,0,0,0,0 }; |
12 | -int state = 0; | 12 | +int state = 2; |
13 | 13 | ||
14 | int KeypadRead(){ | 14 | int KeypadRead(){ |
15 | int keypadnum = -1; | 15 | int keypadnum = -1; | ... | ... |
-
Please register or login to post a comment