From 4cdc4b3d488e15b1d6572bdcd61a2ce92d0c8c9b Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 16 五月 2025 18:13:14 +0800 Subject: [PATCH] 成功分离2个测距功能 --- keil/include/components/hido/Include/HIDO_Debug.h | 30 ++++++++++++++++++++++++++++++ 1 files changed, 30 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_Debug.h b/keil/include/components/hido/Include/HIDO_Debug.h new file mode 100644 index 0000000..a675cf8 --- /dev/null +++ b/keil/include/components/hido/Include/HIDO_Debug.h @@ -0,0 +1,30 @@ +/******************************************************************************* + * File Name : DB_Debug.h + * Description : + * Created on : 2018年5月28日 + * Author : www.hido-studio.com + *******************************************************************************/ + +#ifndef DBLIBRARY_DEBUG_DB_DEBUG_H_ +#define DBLIBRARY_DEBUG_DB_DEBUG_H_ +/******************************************************************************* + * Include Files * + *******************************************************************************/ +#include "HIDO_TypeDef.h" + +/******************************************************************************* + * Macro * + *******************************************************************************/ + +/******************************************************************************* + * Type Definition * + *******************************************************************************/ + +/******************************************************************************* + * Global Function * + *******************************************************************************/ +HIDO_INT32 HIDO_Debug(const HIDO_CHAR *_pcFmt, ...); +HIDO_INT32 HIDO_DebugHex(const HIDO_UINT8 *_pu8Data, HIDO_UINT32 _u32Len); +HIDO_INT32 HIDO_DebugString(const HIDO_CHAR *_pu8String, HIDO_UINT32 _u32StringLen); + +#endif /* DBLIBRARY_DEBUG_HIDO_DEBUG_H_ */ -- Gitblit v1.9.3