From 33dd2a3ae952ed277625cb3334748593a4cd8c72 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Wed, 8 Nov 2023 15:36:39 +0800 Subject: [PATCH] update --- .cproject | 4 +- .settings/language.settings.xml | 4 +- Core/Inc/stm32f4xx_it.h | 1 + Core/Inc/usart.h | 3 + Core/Src/gpio.c | 4 +- Core/Src/main.c | 1 + Core/Src/stm32f4xx_it.c | 15 ++ Core/Src/usart.c | 77 ++++++ README.md | 15 +- ...ine_disinfection_high_power_ctrl_prj (1).launch | 83 +++++++ pipeline_disinfection_high_power_ctrl_prj.ioc | 262 +++++++++++++++++++++ pipeline_disinfection_high_power_ctrl_prj.launch | 96 ++++++++ sdk | 2 +- usrc/main.cpp | 98 +++++++- zapp.ioc | 251 -------------------- zapp.launch | 96 -------- 16 files changed, 650 insertions(+), 362 deletions(-) create mode 100644 pipeline_disinfection_high_power_ctrl_prj (1).launch create mode 100644 pipeline_disinfection_high_power_ctrl_prj.ioc create mode 100644 pipeline_disinfection_high_power_ctrl_prj.launch delete mode 100644 zapp.ioc delete mode 100644 zapp.launch diff --git a/.cproject b/.cproject index 7bff557..f7b9e24 100644 --- a/.cproject +++ b/.cproject @@ -25,8 +25,8 @@