liubin | 281ac46 | 2023-07-19 14:22:54 +0800 | [diff] [blame] | 1 | /** |
| 2 | @file |
| 3 | ql_oe.h |
| 4 | |
| 5 | @brief |
| 6 | Include related header file for quectel common api. |
| 7 | |
| 8 | */ |
| 9 | /*============================================================================ |
| 10 | Copyright (c) 2017 Quectel Wireless Solution, Co., Ltd. All Rights Reserved. |
| 11 | Quectel Wireless Solution Proprietary and Confidential. |
| 12 | =============================================================================*/ |
| 13 | /*=========================================================================== |
| 14 | |
| 15 | EDIT HISTORY FOR MODULE |
| 16 | |
| 17 | This section contains comments describing changes made to the module. |
| 18 | Notice that changes are listed in reverse chronological order. |
| 19 | |
| 20 | |
| 21 | WHEN WHO WHAT, WHERE, WHY |
| 22 | ---------- ------------ ---------------------------------------------------- |
| 23 | 24/07/2019 Nebula.li create |
| 24 | 03/08/2019 Juson.zhang add spi and uart head file |
| 25 | 03/08/2019 Carola.zhang add i2c and gpio head file |
| 26 | =============================================================================*/ |
| 27 | |
| 28 | #ifndef _QL_OE_H_ |
| 29 | #define _QL_OE_H_ |
| 30 | |
| 31 | #include "DSI_ConnectManager.h" |
| 32 | #include "ql_log.h" |
| 33 | |
| 34 | //-------------------------peripheral head file-------------------// |
| 35 | #include "ql_uart.h" |
| 36 | #include "ql_spi.h" |
| 37 | #include "ql_gpio.h" |
| 38 | #include "ql_i2c.h" |
| 39 | #include "ql_sms.h" |
| 40 | |
| 41 | #endif |