From 2c3150b215107a90e56e5b609a7b21a9559566e2 Mon Sep 17 00:00:00 2001 From: zhaohe Date: Mon, 25 Dec 2023 15:41:38 +0800 Subject: [PATCH] update --- .cproject | 4 +- .settings/language.settings.xml | 4 +- Core/Inc/stm32f4xx_it.h | 1 + Core/Src/stm32f4xx_it.c | 15 +++ Core/Src/usart.c | 5 + little_disinfection_high_power_ctrl_prj Debug.cfg | 44 +++++++++ ...e_disinfection_high_power_ctrl_prj Debug.launch | 95 +++++++++++++++++++ little_disinfection_high_power_ctrl_prj.ioc | 1 + sdk | 2 +- usrc/hardware.cpp | 93 ++++++++++--------- usrc/main.cpp | 102 +++++++-------------- 11 files changed, 251 insertions(+), 115 deletions(-) create mode 100644 little_disinfection_high_power_ctrl_prj Debug.cfg create mode 100644 little_disinfection_high_power_ctrl_prj Debug.launch diff --git a/.cproject b/.cproject index ee64bc8..5c269f5 100644 --- a/.cproject +++ b/.cproject @@ -25,8 +25,8 @@