diff --git a/documentation/diagrams/ArchitectureOverview-1.png b/documentation/diagrams/ArchitectureOverview-1.png index 8d2b0b4..d55076e 100644 Binary files a/documentation/diagrams/ArchitectureOverview-1.png and b/documentation/diagrams/ArchitectureOverview-1.png differ diff --git a/documentation/diagrams/ArchitectureOverview.tex b/documentation/diagrams/ArchitectureOverview.tex index 750974b..1cf8729 100644 --- a/documentation/diagrams/ArchitectureOverview.tex +++ b/documentation/diagrams/ArchitectureOverview.tex @@ -19,7 +19,7 @@ \node (chamber) [component] {Ionization chamber}; \node (sample) [component, above=of chamber] {Radioactive sample}; -\node (hwpower) [component, right=of chamber] {HV power supply}; +\node (hwpower) [component, right=of chamber] {HV power supply\\ (400V DC)}; \node (amplifier) [component, below=of chamber] {Amplifier}; @@ -41,7 +41,7 @@ \begin{scope}[->] \draw [-{Latex[scale=3.0]}] (sample) -- node[anchor=west, minimum width=.25cm, draw=none] {Radioactive decay} (chamber); -\draw [-{Latex[scale=3.0]}] (hwpower) -- node[anchor=south, minimum width=.25cm, draw=none] {400V DC} (chamber); +\draw [-{Latex[scale=3.0]}] (hwpower) -- node[anchor=south, minimum width=.25cm, draw=none] {} (chamber); \draw [-{Latex[scale=3.0]}] (chamber) -- node[anchor=south, minimum height=.25cm, draw=none] {} (amplifier); \draw [-{Latex[scale=3.0]}] (amplifier) -- node[anchor=south, minimum height=.25cm, draw=none] {} (adc); \draw [-{Latex[scale=3.0]}] (cpu) -- node[anchor=south, minimum height=.25cm, draw=none] {UART} (uartconverter); diff --git a/documentation/diagrams/UARTFRameFormat-1.png b/documentation/diagrams/UARTFrameFormat-1.png similarity index 100% rename from documentation/diagrams/UARTFRameFormat-1.png rename to documentation/diagrams/UARTFrameFormat-1.png diff --git a/documentation/diagrams/UARTFRameFormat.tex b/documentation/diagrams/UARTFrameFormat.tex similarity index 100% rename from documentation/diagrams/UARTFRameFormat.tex rename to documentation/diagrams/UARTFrameFormat.tex