📄 max6675.c.c
字号:
#include <reg52.h>
#include "max6675.h"
#include "pccom.h"
#include "delay.h"
//-----------------------------------------------------------------------------------------
//--------------max6675 test---------------------------
void main(void)
{ unsigned int t;
Init_Pccom();
printf("hello,this is max6675 test!\n");
for(;;)
{ t=read_6675();
printf("%d\n",t);
blink(3,1);
}
}
//--------------END-------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -