includes.h

来自「多功能电子数字钟的设计 带语音报时功能 比赛做的」· C头文件 代码 · 共 13 行

H
13
字号
#ifndef __includes_h__
#define __includes_h__

#include 	<reg52.h>
#include	<intrins.h>
#include	<string.h>
#include 	"LCM.H"
#include 	"DS1302.h"
#include        "Delay.h"
#include        "DS1802.h"
#include        "viewone.h"
#include        "Keyscan.h"
#endif

⌨️ 快捷键说明

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