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

📄 head.h

📁 电子称重的程序
💻 H
字号:
#ifndef SCALE_HEAD
#define	SCALE_HEAD
#include	<def.h>
#include	<REG52.h>
#include  "message.h"
#include  "addo.h"
#include  "driver.h"
#include  "key.h"
#include  "data.h"
#include  "cc1160.h"
#include  "eeprom.h"
#include  "Lcd_1621.h"
#include  "uart.h"
#include  <function.h>
#include  <main.h>
#include  <usermain.h>
#include	<config.h>
#include	<math.h>
#include	<intrins.h>
#include	<STDARG.H>
#include	<STDIO.H>
#include	<CTYPE.H>


//以下定义flag中各个标志位
#define	LIGHTEN	0x1
#define	POWREN		0x2
#define	HLEN		0x4
#define	HOLDEN		0x8

#endif

⌨️ 快捷键说明

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