从模块读取了数据,还需要一系列算法才能利用这些数据

This commit is contained in:
2021-08-22 00:35:34 +08:00
parent c19c78ac1a
commit ea477914a6
20 changed files with 14345 additions and 13541 deletions
+3
View File
@@ -7,16 +7,19 @@
C_SRCS += \
../HW_Devices/LCD.c \
../HW_Devices/eeprom.c \
../HW_Devices/iic.c \
../HW_Devices/touch.c
OBJS += \
./HW_Devices/LCD.o \
./HW_Devices/eeprom.o \
./HW_Devices/iic.o \
./HW_Devices/touch.o
C_DEPS += \
./HW_Devices/LCD.d \
./HW_Devices/eeprom.d \
./HW_Devices/iic.d \
./HW_Devices/touch.d