blob: ad4f7dba9d7d74ff538f81ca996f44904a039a45 [file] [log] [blame]
liubin281ac462023-07-19 14:22:54 +08001/**
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
17This section contains comments describing changes made to the module.
18Notice that changes are listed in reverse chronological order.
19
20
21WHEN WHO WHAT, WHERE, WHY
22---------- ------------ ----------------------------------------------------
2324/07/2019 Nebula.li create
2403/08/2019 Juson.zhang add spi and uart head file
2503/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