59 lines
449 B
C
59 lines
449 B
C
|
/***
|
||
|
* @Author: mbw
|
||
|
* @Date: 2024-12-03 10:31:59
|
||
|
* @LastEditors: mbw && 1600520629@qq.com
|
||
|
* @LastEditTime: 2024-12-03 10:35:18
|
||
|
* @FilePath: \ble_bjq_ch303rct6_ml307\bsp\inc\bsp_at.h
|
||
|
* @Description:
|
||
|
* @
|
||
|
* @Copyright (c) 2024 by ${git_name_email}, All Rights Reserved.
|
||
|
*/
|
||
|
#ifndef __BSP_BT_H__
|
||
|
#define __BSP_BT_H__
|
||
|
|
||
|
|
||
|
#include "rtthread.h"
|
||
|
#include "board.h"
|
||
|
#include "drv_gpio.h"
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif //BSP_BT_H__
|
||
|
|
||
|
|