9 lines
111 B
C
9 lines
111 B
C
|
#ifndef __KEY_APP_H
|
||
|
#define __KEY_APP_H
|
||
|
|
||
|
extern U8 xdata ucDsgingSpeed;
|
||
|
|
||
|
extern void KeyProcess(void);
|
||
|
|
||
|
|
||
|
#endif
|