代码搜索结果
找到约 2,241 项符合
Keypad 的代码
keypad.h
void Init_Keypad(void);
void Check_Key(void);
void delay();
void Key_Event(void);
keypad.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
/***************全局变量***************/
uchar key_Pressed; //按键是否被按下:1--是,0--否
uchar key_val; //存放键值
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
keypad.h
void Init_Keypad(void);
void Check_Key(void);
void delay();
void Key_Event(void);
keypad.c
#include
typedef unsigned char uchar;
typedef unsigned int uint;
/***************全局变量***************/
uchar key_Pressed; //按键是否被按下:1--是,0--否
uchar key_val; //存放键值
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{