key.h
来自「ucos on lpc213x ,and a sample for the ar」· C头文件 代码 · 共 23 行
H
23 行
// ----------------key file start ,copyright turui 2008 4.15 by bill----------------------
/* created by bill.zhang */
#ifndef __KEY_H__
#define __KEY_H__
void Key1(void);
void Key2(void);
void Key3(void);
void Key4(void);
void Key5(void);
void Key6(void);
void Beep(void);
#endif
// ----------------------end the file----------------------------
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?