mcs51.h
来自「这个事在51上面实现lcd串行驱动」· C头文件 代码 · 共 34 行
H
34 行
/*
*****************************************************************************************
* 电赛
*
* 与mcs51有关的头文件
*
* (c) Copyright 2007, yyw, hbut
* All Rights Reserved
*
* V1.00
*
* File : mcs51.h
* By :
*****************************************************************************************
*/
#ifndef _MCS51_H_
#define _MCS51_H_
#include <reg52.h>
// #include <intrins.h>
// #include <stdio.h>
// #include <stdlib.h>
// #include <stdarg.h>
// #include <ctype.h>
// #include <string.h>
// #include <absacc.h>
// #include <math.h>
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?