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

📄 all.h

📁 程序概述: 这是个具体产品程序
💻 H
字号:
// 
// --------------------------------------------------------------------------
// All.h
// --------------------------------------------------------------------------

#ifndef __ALL_H__
#define __ALL_H__

/*----------------------------------------------------------------------------+
| Type Definition & Macro                                                     |
+----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------+
| Include files                                                               |
+----------------------------------------------------------------------------*/
#include "AT89S52.h"
#include <intrins.h>
#include "WDT.h"
#include "Define.h"
#include "Message.h"

#include "Main.h"
#include "LCD.h"
#include "UART.h"
#include "I2C.h"


#endif // __ALL_H__
/*------------------------ Nothing Below This Line --------------------------*/

⌨️ 快捷键说明

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