From 31f70a306ade8bdca78a3f85c8409887927df68d Mon Sep 17 00:00:00 2001 From: kevin Date: Fri, 17 Sep 2021 22:25:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E5=BB=BA=E4=BA=86=E5=9F=BA=E6=9C=AC?= =?UTF-8?q?=E5=B7=A5=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cproject | 40 +- Core/Src/main.c | 4 +- Debug/Core/Src/main.d | 5 +- Debug/Core/Src/subdir.mk | 2 +- .../STM32F0xx_HAL_Driver/Src/subdir.mk | 2 +- Debug/Motor_Controller.bin | Bin 3924 -> 3936 bytes Debug/Motor_Controller.list | 3212 +++++++++-------- Debug/Motor_Controller.map | 494 +-- Debug/My_Soul/my_main.d | 80 + Debug/My_Soul/my_main.su | 1 + Debug/My_Soul/subdir.mk | 20 + Debug/makefile | 1 + Debug/objects.list | 1 + Debug/sources.mk | 1 + My_Soul/my_main.c | 17 + My_Soul/my_main.h | 16 + 16 files changed, 2078 insertions(+), 1818 deletions(-) create mode 100644 Debug/My_Soul/my_main.d create mode 100644 Debug/My_Soul/my_main.su create mode 100644 Debug/My_Soul/subdir.mk create mode 100644 My_Soul/my_main.c create mode 100644 My_Soul/my_main.h diff --git a/.cproject b/.cproject index abe34fd..a1ee852 100644 --- a/.cproject +++ b/.cproject @@ -41,6 +41,7 @@