docs: 建立马达和 RGB 灯效的模块拆分及编码实现设计文档,并整理 UI 画册路径
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user