From 36336123917b1442954faaa78bd6647f99501af2 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期日, 29 六月 2025 18:02:58 +0800 Subject: [PATCH] 将剩下2个模式休眠模式改为成功休眠的代码,并实测可以成功休眠MK和lora休眠功耗17ua左右 --- keil/include/components/hido/Include/HIDO_ATLiteParse.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_ATLiteParse.h b/keil/include/components/hido/Include/HIDO_ATLiteParse.h new file mode 100644 index 0000000..e35ad21 --- /dev/null +++ b/keil/include/components/hido/Include/HIDO_ATLiteParse.h @@ -0,0 +1,13 @@ +/* + * HIDO_ATLiteParse.h + * + * Created on: 2017年9月5日 + * Author: YIYI + */ + +#ifndef _HIDO_ATLITEPARSE_H_ +#define _HIDO_ATLITEPARSE_H_ + +HIDO_VOID HIDO_ATLiteCmdParse(HIDO_ATLiteDeviceStruct *_pstDevice); + +#endif /* _HIDO_ATLITEPARSE_H_ */ -- Gitblit v1.9.3