py.h
来自「GPRS模组资料包含DEMO」· C头文件 代码 · 共 11 行
H
11 行
#ifndef __PY_USERFUNC_h__
#define __PY_USERFUNC_h__
// write your header here
unsigned int PY_GetCh(void);
char *PY_GetString(char *StrBuf, unsigned char StrLen);
unsigned char Key_GetCh(void);
void PrintPacked(unsigned char* StrBuf);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?