添加了oled模块,使用i2c2,但是没有进行封装。

This commit is contained in:
NeoZng
2023-02-02 11:10:32 +08:00
parent bcf7755a8a
commit 38e1eabc2d
7 changed files with 762 additions and 2 deletions

View File

@@ -130,6 +130,7 @@ modules/motor/LKmotor/LK9025.c \
modules/motor/step_motor/step_motor.c \
modules/motor/servo_motor/servo_motor.c \
modules/motor/motor_task.c \
modules/oled/oled.c \
modules/referee/crc.c \
modules/referee/referee.c \
modules/referee/referee_UI.c \
@@ -244,6 +245,7 @@ C_INCLUDES = \
-Imodules/motor/step_motor \
-Imodules/motor/servo_motor \
-Imodules/motor \
-Imodules/oled \
-Imodules/referee \
-Imodules/remote \
-Imodules/super_cap \