8051-ELL库  beta 1.1.6
8051-ELL library API Document Center
ELL_LIB.h
浏览该文件的文档.
1 /*-----------------------------------------------------------------------
2 | FILE DESCRIPTION |
3 -----------------------------------------------------------------------*/
4 /*----------------------------------------------------------------------
5  - File name : ELL_LIB.h
6  - Author : zeweni
7  - Update date : 2020.05.03
8  - Copyright(C) : 2020-2021 zeweni. All rights reserved.
9 -----------------------------------------------------------------------*/
10 /*------------------------------------------------------------------------
11 | COPYRIGHT NOTICE |
12 ------------------------------------------------------------------------*/
13 /*
14  * Copyright (C) 2021, zeweni (17870070675@163.com)
15 
16  * This file is part of 8051 ELL low-layer libraries.
17 
18  * 8051 ELL low-layer libraries is free software: you can redistribute
19  * it and/or modify it under the terms of the Apache-2.0 License.
20 
21  * 8051 ELL low-layer libraries is distributed in the hope that it will
22  * be useful,but WITHOUT ANY WARRANTY; without even the implied warranty
23  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24  * Apache-2.0 License License for more details.
25 
26  * You should have received a copy of the Apache-2.0 License.8051 ELL
27  * low-layer libraries. If not, see <http://www.apache.org/licenses/>.
28 **/
29 /*-----------------------------------------------------------------------
30 | INCLUDES |
31 -----------------------------------------------------------------------*/
32 #ifndef __ELL_Lib_H_
33 #define __ELL_Lib_H_
34 
35 /*--------------------------------------------------------
36 | @Description: STC8x Peripheral config |
37 --------------------------------------------------------*/
38 #include "PerList.h"
39 
40 /*--------------------------------------------------------
41 | @Description: C libs include |
42 --------------------------------------------------------*/
43 
44 #include "stdio.h"
45 #include "stdlib.h"
46 
47 
48 #endif
49 /*-----------------------------------------------------------------------
50 | END OF FLIE. (C) COPYRIGHT zeweni |
51 -----------------------------------------------------------------------*/
52 
53