includes.h
来自「基于51单片机实现UART通信 SPI通信 和IIC通信」· C头文件 代码 · 共 14 行
H
14 行
#ifndef __Includes_h__
#define __Includes_h__
#include <reg52.h>
#include <intrins.h>
#include <string.h>
#include "LCM.H"
#include "DS1802.h"
#include "I2C.h"
#include "Delay.h"
#include "Keyscan.h"
#include "SPI.h"
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?