key.h
来自「使用MC9S12DG128芯片」· C头文件 代码 · 共 11 行
H
11 行
/***********************************************************
there are 16 keys
hardware connection instrustion:
16Key->PORTB
the first key to tenth key is used to usually number(0~9)
the other is used to function key
***********************************************************/
extern void RTIInit(void);
extern void NoFunc(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?