虽然显示翻车了,其他部分还好,按钮成功调用,电机实现冷启动
This commit is contained in:
@@ -5,12 +5,15 @@
|
||||
|
||||
# Add inputs and outputs from these tool invocations to the build variables
|
||||
C_SRCS += \
|
||||
../my_software/button.c \
|
||||
../my_software/my_code.c
|
||||
|
||||
OBJS += \
|
||||
./my_software/button.o \
|
||||
./my_software/my_code.o
|
||||
|
||||
C_DEPS += \
|
||||
./my_software/button.d \
|
||||
./my_software/my_code.d
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user