⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.c

📁 温湿度传感器驱动函数
💻 C
字号:
#include <REG52.H>
#include <intrins.h>      /*Keil library (is used for _nop()_ operation)*/ 
#include <math.h>         /*Keil library*/ 
#include <stdio.h>        /*Keil library*/
#include <absacc.h>

#include "12864s.h"
#include "sht11.h"

void main(void)
{
	logo();
	connectionreset();
	sht11_window();
	while(1)

	call_sht11();
		
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -