From 3e92bbad41fb646800a2c6c72272e8ad738ac914 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 8 Nov 2023 18:32:49 +0800 Subject: [PATCH] update --- .cproject | 4 +- Core/Inc/stm32f4xx_it.h | 2 + Core/Src/stm32f4xx_it.c | 30 +++++++ Core/Src/usart.c | 12 ++- README.md | 23 ++++++ ...e_disinfection_liquid_path_control Debug.launch | 96 ++++++++++++++++++++++ pipeline_disinfection_liquid_path_control.ioc | 2 + pipeline_disinfection_liquid_path_control.launch | 20 ++++- sdk | 2 +- usrc/main.cpp | 17 +++- usrc/project.hpp | 4 +- 11 files changed, 200 insertions(+), 12 deletions(-) create mode 100644 pipeline_disinfection_liquid_path_control Debug.launch diff --git a/.cproject b/.cproject index 3ccd458..e4ee08c 100644 --- a/.cproject +++ b/.cproject @@ -25,8 +25,8 @@