From bed78b650565c2fc62a88709264d93fbf9b1361b Mon Sep 17 00:00:00 2001 From: TuxMonkey <8196772+tuxmonkey@user.noreply.gitee.com> Date: Mon, 17 Nov 2025 16:43:02 +0800 Subject: [PATCH] add some new md --- User_Code/module/motor/can_motors/ddt_motor/ddt_motor.md | 1 + User_Code/module/motor/can_motors/dji_motor/dji_motor.md | 1 + User_Code/module/motor/can_motors/dm_motor/dm_motor.md | 1 + User_Code/module/motor/can_motors/ht_motor/ht_motor.md | 1 + User_Code/module/motor/can_motors/lk_motor/lk_motor.md | 1 + .../module/motor/can_motors/steadywin_motor/steadywin_motor.md | 1 + .../module/motor/dc_light&magnet_encoder_motors/dc_motors.md | 1 + .../dc_light&magnet_encoder_motors/m520_motor/m520_motor.md | 0 .../module/motor/rs485_motors/unitree_motor/unitree_motor.md | 1 + User_Code/module/periph/oled/oled.md | 1 + User_Code/module/periph/referee/referee.md | 1 + 11 files changed, 10 insertions(+) create mode 100644 User_Code/module/motor/can_motors/ddt_motor/ddt_motor.md create mode 100644 User_Code/module/motor/can_motors/dji_motor/dji_motor.md create mode 100644 User_Code/module/motor/can_motors/dm_motor/dm_motor.md create mode 100644 User_Code/module/motor/can_motors/ht_motor/ht_motor.md create mode 100644 User_Code/module/motor/can_motors/lk_motor/lk_motor.md create mode 100644 User_Code/module/motor/can_motors/steadywin_motor/steadywin_motor.md create mode 100644 User_Code/module/motor/dc_light&magnet_encoder_motors/dc_motors.md create mode 100644 User_Code/module/motor/dc_light&magnet_encoder_motors/m520_motor/m520_motor.md create mode 100644 User_Code/module/motor/rs485_motors/unitree_motor/unitree_motor.md create mode 100644 User_Code/module/periph/oled/oled.md create mode 100644 User_Code/module/periph/referee/referee.md diff --git a/User_Code/module/motor/can_motors/ddt_motor/ddt_motor.md b/User_Code/module/motor/can_motors/ddt_motor/ddt_motor.md new file mode 100644 index 0000000..0047d06 --- /dev/null +++ b/User_Code/module/motor/can_motors/ddt_motor/ddt_motor.md @@ -0,0 +1 @@ +# 本末电机 \ No newline at end of file diff --git a/User_Code/module/motor/can_motors/dji_motor/dji_motor.md b/User_Code/module/motor/can_motors/dji_motor/dji_motor.md new file mode 100644 index 0000000..121c394 --- /dev/null +++ b/User_Code/module/motor/can_motors/dji_motor/dji_motor.md @@ -0,0 +1 @@ +# 大疆电机 \ No newline at end of file diff --git a/User_Code/module/motor/can_motors/dm_motor/dm_motor.md b/User_Code/module/motor/can_motors/dm_motor/dm_motor.md new file mode 100644 index 0000000..1588e09 --- /dev/null +++ b/User_Code/module/motor/can_motors/dm_motor/dm_motor.md @@ -0,0 +1 @@ +# 达妙电机 \ No newline at end of file diff --git a/User_Code/module/motor/can_motors/ht_motor/ht_motor.md b/User_Code/module/motor/can_motors/ht_motor/ht_motor.md new file mode 100644 index 0000000..3ead094 --- /dev/null +++ b/User_Code/module/motor/can_motors/ht_motor/ht_motor.md @@ -0,0 +1 @@ +# 海泰电机 \ No newline at end of file diff --git a/User_Code/module/motor/can_motors/lk_motor/lk_motor.md b/User_Code/module/motor/can_motors/lk_motor/lk_motor.md new file mode 100644 index 0000000..cff11e0 --- /dev/null +++ b/User_Code/module/motor/can_motors/lk_motor/lk_motor.md @@ -0,0 +1 @@ +# 领控电机 \ No newline at end of file diff --git a/User_Code/module/motor/can_motors/steadywin_motor/steadywin_motor.md b/User_Code/module/motor/can_motors/steadywin_motor/steadywin_motor.md new file mode 100644 index 0000000..79c7bd5 --- /dev/null +++ b/User_Code/module/motor/can_motors/steadywin_motor/steadywin_motor.md @@ -0,0 +1 @@ +# 伺泰威电机 \ No newline at end of file diff --git a/User_Code/module/motor/dc_light&magnet_encoder_motors/dc_motors.md b/User_Code/module/motor/dc_light&magnet_encoder_motors/dc_motors.md new file mode 100644 index 0000000..8b04117 --- /dev/null +++ b/User_Code/module/motor/dc_light&magnet_encoder_motors/dc_motors.md @@ -0,0 +1 @@ +# 直流有/无刷 光电/磁编 电机驱动 \ No newline at end of file diff --git a/User_Code/module/motor/dc_light&magnet_encoder_motors/m520_motor/m520_motor.md b/User_Code/module/motor/dc_light&magnet_encoder_motors/m520_motor/m520_motor.md new file mode 100644 index 0000000..e69de29 diff --git a/User_Code/module/motor/rs485_motors/unitree_motor/unitree_motor.md b/User_Code/module/motor/rs485_motors/unitree_motor/unitree_motor.md new file mode 100644 index 0000000..fe4ee67 --- /dev/null +++ b/User_Code/module/motor/rs485_motors/unitree_motor/unitree_motor.md @@ -0,0 +1 @@ +# 宇树电机驱动 \ No newline at end of file diff --git a/User_Code/module/periph/oled/oled.md b/User_Code/module/periph/oled/oled.md new file mode 100644 index 0000000..3d21360 --- /dev/null +++ b/User_Code/module/periph/oled/oled.md @@ -0,0 +1 @@ +# 开发板自带10pin OLED屏幕 驱动 \ No newline at end of file diff --git a/User_Code/module/periph/referee/referee.md b/User_Code/module/periph/referee/referee.md new file mode 100644 index 0000000..7c61d48 --- /dev/null +++ b/User_Code/module/periph/referee/referee.md @@ -0,0 +1 @@ +# 裁判系统(串口解析与数据发送) \ No newline at end of file