📄 temp.h
字号:
#ifndef _TEMP_H
#define _TEMP_H
void temp_reset(void);
unsigned char temp_read_char(void);
void temp_write_char(unsigned char val);
void temp_get(void);
float temp_result(char* hibyte,char* lobyte);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -