From 8f1a91a8ec98e430cfe4357bda099d495917198e Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 21 一月 2025 16:32:28 +0800 Subject: [PATCH] 加入蓝牙ota升级 串口输出 调试完成 功耗5ma左右 开扫描跟接收 --- 01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h | 23 ++++++++++++++++++++++- 1 files changed, 22 insertions(+), 1 deletions(-) diff --git a/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h b/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h index 53490e1..bf51426 100644 --- a/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h +++ b/01_SDK/nimble/controller/pan107x_spark/include/stack/rf/rf_phy.h @@ -1,4 +1,25 @@ - +/** + ******************************************************************************* + * @FileName : rf_phy_spi.c + * @Author : GaoQiu + * @CreateDate: 2024-04-18 + * @Copyright : Copyright(C) PanChip + * All Rights Reserved. + * + ******************************************************************************* + * + * The information contained herein is confidential and proprietary property of + * PanChip and is available under the terms of Commercial License Agreement + * between PanChip and the licensee in separate contract or the terms described + * here-in. + * + * This heading MUST NOT be removed from this file. + * + * Licensees are granted free, non-transferable use of the information in this + * file under Mutual Non-Disclosure Agreement. NO WARRENTY of ANY KIND is provided. + * + ******************************************************************************* + */ #ifndef RF_PHY_H_ #define RF_PHY_H_ -- Gitblit v1.9.3