py.h

来自「利用61板、SPR模组、SPLC501液晶模组和4×4键盘建立手机通讯录模型」· C头文件 代码 · 共 11 行

H
11
字号
#ifndef	__PY_USERFUNC_h__
#define	__PY_USERFUNC_h__
//	write your header here

unsigned int PY_GetCh(void);
unsigned char *PY_GetString(unsigned char *StrBuf, unsigned char StrLen);
unsigned char Key_GetCh(void);
void PrintPacked(unsigned char* StrBuf);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?