📄 operation.h
字号:
#ifndef __OPERATION_H //头文件必须正确否则会出现declared implicitly错误
#define __OPERATION_H
#define N 100 //设置温度滤波时的限幅误差
extern u8 Remote_Rdy;//全局温度变量的外部定义
void pause_temp(void);
void start_temp(void);
void stop_temp(void);
void warn_temp(void);
void temp_filter_init(void);
short temp_filter(void);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -