From 5ac1d0febb8de5e91ce2463baea68ddac3f66091 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Thu, 16 May 2024 20:00:17 +0800 Subject: [PATCH] 完善脉冲计费和485采集处理 --- Soft/system_run_fun.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/Soft/system_run_fun.c b/Soft/system_run_fun.c index e7eda78..29f4cda 100644 --- a/Soft/system_run_fun.c +++ b/Soft/system_run_fun.c @@ -10,6 +10,7 @@ #include "wireless_remote_comm.h" #include "power_manage.h" #include "pulse_and_alarm_line.h" +#include "valve_control.h" RS485_START_REASON start_rs485_g = RS485_START_REASON_NONE; @@ -27,8 +28,11 @@ Power_IO_Init();//��Դ��� + Valve_CTRL_GPIO_Init(); + Pulse_And_Alarm_Line_IO_Init(); + RS485_read_data_GPIO_Init(); } //���������������� -- Gitblit v1.9.3