all.h

来自「程序概述: 这是个具体产品程序」· C头文件 代码 · 共 30 行

H
30
字号
// 
// --------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?