function.h
来自「为苏州一家公司所做的的恒温恒湿车间控制 系统」· C头文件 代码 · 共 18 行
H
18 行
#ifndef Function_h
#define Function_h
#include "DataType.H"
#include "menu.h"
#include "lcd.h"
#include "variable.h"
//UpBtn:上移按钮功能函数
void UpBtn(INT8U *CurrentRow);
//DownBtn:下移按钮功能函数
void DownBtn(INT8U *CurrentRow);
//
void AddBtn(INT8U CurrentRow);
//
void SubBtn(INT8U CurrentRow);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?