From d14dd3a2106de793fbe08dc5a12cf80defd3258a Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Wed, 15 May 2024 17:34:14 +0800 Subject: [PATCH] 继续脉冲和报警线处理 --- Soft/system_general_para.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Soft/system_general_para.h b/Soft/system_general_para.h index 1d48356..0c93e8e 100644 --- a/Soft/system_general_para.h +++ b/Soft/system_general_para.h @@ -232,5 +232,7 @@ FlagStatus IntervalTriggerHandle(sClockBCD sys_clockBCD_in,uint16_t IntervalTime,uint8_t IntervalFirstTimeBCD[2]); +FlagStatus IO_JitterEliminationCheck(GPIO_Type* GPIOx, uint32_t GPIO_Pin,uint16_t delay_time_ms,BitAction bit_status); + #endif -- Gitblit v1.9.3