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]
end
subgraph Application Code
A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer, InstructionDecoder, AssemblerProgram, PicThread]
A2[Use Cases, WatchdogTimer, PreScaler, ProgrammStack, Timer]
end
subgraph Kern
A3[Main.java]
end
A3 --> A1
A1 --> A2
A2 --> A3
```