smallprocess.h
来自「LT-1B msp430 程序原理图集合」· C头文件 代码 · 共 11 行
H
11 行
#ifndef __SMALLPROCESS_H__
#define __SMALLPROCESS_H__
unsigned char ucSmallOne(unsigned char ucKeyCode);
unsigned char ucSmallTwo(unsigned char ucKeyCode);
unsigned char ucSmallThree(unsigned char ucKeyCode);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?