From e54c70b2c45ca652ddd2808a95a057cb797eab58 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期六, 05 七月 2025 14:16:11 +0800 Subject: [PATCH] square天线NVM初始化问题解决调到和官方效果一致,初步移植完STS并能稳定一对一测距板本 --- keil/include/components/internet/inc/Internet.h | 37 +++++++++++++++++++++++++++++++++++++ 1 files changed, 37 insertions(+), 0 deletions(-) diff --git a/keil/include/components/internet/inc/Internet.h b/keil/include/components/internet/inc/Internet.h new file mode 100644 index 0000000..c608187 --- /dev/null +++ b/keil/include/components/internet/inc/Internet.h @@ -0,0 +1,37 @@ +/******************************************************************************* + * File Name : Internet.h + * Description : + * Created on : 2018年4月26日 + * Author : 杜键 + *******************************************************************************/ +#ifndef _INTERNET_H_ +#define _INTERNET_H_ +/******************************************************************************* + * Include Files * + *******************************************************************************/ +#include "HIDO_TypeDef.h" +#include "HIDO_VLQueue.h" +#include "HIDO_ArraryQueue.h" + +/******************************************************************************* + * Macro * + *******************************************************************************/ + + +/******************************************************************************* + * Type Definition * + *******************************************************************************/ + + +/******************************************************************************* + * Global Function * + *******************************************************************************/ +HIDO_INT32 Internet_PowerOn(void); +HIDO_INT32 Internet_PowerOff(void); +HIDO_INT32 Internet_Poll(void); +HIDO_INT32 Internet_DebugOn(void); +HIDO_INT32 Internet_DebugOff(void); +HIDO_INT32 Internet_Init(void); +HIDO_BOOL Internet_IsIPReady(void); + +#endif /* _COMMUNICATION_H_ */ -- Gitblit v1.9.3