docs: 建立马达和 RGB 灯效的模块拆分及编码实现设计文档,并整理 UI 画册路径

This commit is contained in:
2026-07-09 14:39:38 +08:00
parent d47c98ace4
commit e052aca2ed
6 changed files with 336 additions and 1 deletions

View File

@@ -57,6 +57,20 @@
],
"lock": null
},
"Docs/50_module-breakdown/mod-led.md": {
"depends_on": [
"Docs/30_architecture/main.md",
"Docs/40_ui-design/main.md"
],
"lock": null
},
"Docs/50_module-breakdown/mod-motor.md": {
"depends_on": [
"Docs/30_architecture/main.md",
"Docs/40_ui-design/main.md"
],
"lock": null
},
"Docs/60_coding/mod-sys.md": {
"depends_on": [
"Docs/50_module-breakdown/mod-sys.md"
@@ -87,11 +101,25 @@
],
"lock": null
},
"Docs/60_coding/mod-led.md": {
"depends_on": [
"Docs/50_module-breakdown/mod-led.md"
],
"lock": null
},
"Docs/60_coding/mod-motor.md": {
"depends_on": [
"Docs/50_module-breakdown/mod-motor.md"
],
"lock": null
},
"App/main.c": {
"depends_on": [
"Docs/60_coding/mod-sys.md",
"Docs/60_coding/mod-key.md",
"Docs/60_coding/mod-power.md"
"Docs/60_coding/mod-power.md",
"Docs/60_coding/mod-led.md",
"Docs/60_coding/mod-motor.md"
],
"lock": null
},