终于把433通讯整出来了,不过程序空间快不够了要好好优化一下

This commit is contained in:
2021-10-15 22:06:08 +08:00
parent 36917d148f
commit 230f928a0f
52 changed files with 9483 additions and 6084 deletions
+9 -3
View File
@@ -6,18 +6,24 @@
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../my_software/button.c \
../my_software/flash.c \
../my_software/ht1621.c \
../my_software/my_code.c
../my_software/my_code.c \
../my_software/r480r.c
OBJS += \
./my_software/button.o \
./my_software/flash.o \
./my_software/ht1621.o \
./my_software/my_code.o
./my_software/my_code.o \
./my_software/r480r.o
C_DEPS += \
./my_software/button.d \
./my_software/flash.d \
./my_software/ht1621.d \
./my_software/my_code.d
./my_software/my_code.d \
./my_software/r480r.d
# Each subdirectory must supply rules for building sources it contributes