Clean - Architecture Erweiterung

This commit is contained in:
2025-05-31 14:43:30 +02:00
parent 9d393deaa7
commit a360c4d986

View File

@ -306,12 +306,12 @@ flowchart TB
A1[Controller_Frontend, CreateWindow, IOPorts, ToggleButtonGroupExt] A1[Controller_Frontend, CreateWindow, IOPorts, ToggleButtonGroupExt]
end end
subgraph Application Code subgraph Application Code
A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer, InstructionDecoder, AssemblerProgram, PicThread] A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer]
end end
subgraph Kern subgraph Kern
A3[Main.java] A3[Main.java]
end end
A3 --> A1
A1 --> A2 A1 --> A2
A2 --> A3
``` ```