daeun

a

...@@ -8,6 +8,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66, ...@@ -8,6 +8,7 @@ const int FndFont[10] = { 0x3F, 0x06, 0x5B, 0x4F, 0x66,
8 0x6D, 0x7D, 0x07, 0x7F, 0x67 }; 8 0x6D, 0x7D, 0x07, 0x7F, 0x67 };
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[6] = { 0,0,0,0,0,0 };
11 int state = 2; 12 int state = 2;
12 13
13 void FndSelect(int position){ 14 void FndSelect(int position){
......