换屏幕驱动芯片,按钮驱动都要连带一起改

This commit is contained in:
2021-10-13 10:16:41 +08:00
parent 0dbc76aad1
commit 3ff28bd9a6
13 changed files with 4280 additions and 3789 deletions
+3
View File
@@ -6,14 +6,17 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../my_software/button.c \
../my_software/ht1621.c \
../my_software/my_code.c
OBJS += \
./my_software/button.o \
./my_software/ht1621.o \
./my_software/my_code.o
C_DEPS += \
./my_software/button.d \
./my_software/ht1621.d \
./my_software/my_code.d