按钮驱动

This commit is contained in:
2021-09-18 11:01:32 +08:00
parent adc745e2a7
commit 3a77ca9988
13 changed files with 4711 additions and 4159 deletions
+3
View File
@@ -5,12 +5,15 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../My_Soul/button.c \
../My_Soul/my_main.c
OBJS += \
./My_Soul/button.o \
./My_Soul/my_main.o
C_DEPS += \
./My_Soul/button.d \
./My_Soul/my_main.d