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

📄 thermomete.h

📁 单片机系统复位后在液晶上显示当前温度值,测量温度范围为 -55°C~+125
💻 H
字号:
#include"reg52.h"
#include"absacc.h"
#include"stdio.h"
#include"intrins.h"
#include"absacc.h"
#include"string.h"
#include"ctype.h"
#include"float.h"
#include"math.h"
#include"stdlib.h"
#include"setjmp.h"
#include"stdarg.h"


#define A_LCDCOM  XBYTE[0x4000]//定义给液晶写命令的地址,向指令寄存器写入指令代码
#define A_LCDDATA XBYTE[0x4001]//定义给液晶写数据的地址,向数据寄存器写入数据

⌨️ 快捷键说明

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