1 Star 0 Fork 91

KeesWang/MCS51-ELL

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
ELL_LIB.h 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
zeweni 提交于 2021-07-23 21:51 +08:00 . 重构STC8Ax的工程,及部分示例代码
/*-----------------------------------------------------------------------
| FILE DESCRIPTION |
-----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
- File name : ELL_LIB.h
- Author : zeweni
- Update date : 2020.05.03
- Copyright(C) : 2020-2021 zeweni. All rights reserved.
-----------------------------------------------------------------------*/
/*------------------------------------------------------------------------
| COPYRIGHT NOTICE |
------------------------------------------------------------------------*/
/*
* Copyright (C) 2021, zeweni (17870070675@163.com)
* This file is part of 8051 ELL low-layer libraries.
* 8051 ELL low-layer libraries is free software: you can redistribute
* it and/or modify it under the terms of the Apache-2.0 License.
* 8051 ELL low-layer libraries is distributed in the hope that it will
* be useful,but WITHOUT ANY WARRANTY; without even the implied warranty
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* Apache-2.0 License License for more details.
* You should have received a copy of the Apache-2.0 License.8051 ELL
* low-layer libraries. If not, see <http://www.apache.org/licenses/>.
**/
/*-----------------------------------------------------------------------
| INCLUDES |
-----------------------------------------------------------------------*/
#ifndef __ELL_Lib_H_
#define __ELL_Lib_H_
/*--------------------------------------------------------
| @Description: STC8x Peripheral config |
--------------------------------------------------------*/
#include "PerList.h"
/*--------------------------------------------------------
| @Description: C libs include |
--------------------------------------------------------*/
#include "stdio.h"
#include "stdlib.h"
#endif
/*-----------------------------------------------------------------------
| END OF FLIE. (C) COPYRIGHT zeweni |
-----------------------------------------------------------------------*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keeswang/code.git
git@gitee.com:keeswang/code.git
keeswang
code
MCS51-ELL
master

搜索帮助