📄 lpc_lib_keyboard.h
字号:
/***********************************************************************
Embest Info&Tech Co., Ltd. All rights reserved.
www.embedinfo.com
file :
author : embest
establish: 2006.
modify :
notes :
***********************************************************************/
/*-------------------------------------------------------------------*/
/* compiler condition */
/*---------------------------------------------------------------- --*/
#ifndef lpc_lib_keyboard
#define lpc_lib_keyboard
/*-------------------------------------------------------------------*/
/* include files */
/*---------------------------------------------------------------- --*/
#include "..\..\com\type_redefine.h"
#include "..\..\com\lpc22xx_register.h"
#include "..\..\com\lpc_lib_uart\lpc_lib_uart.h"
/*-------------------------------------------------------------------*/
/* constant define */
/*---------------------------------------------------------------- --*/
/*-------------------------------------------------------------------*/
/* function/variable declare */
/*-------------------------------------------------------------------*/
void key_init(void);
void key_close(void);
INT8U key_read(void);
INT8U get_key(void);
INT8U moni_key(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -