Merge pull request #120 from RobertGawron/feature/architecture_diagrams

typo fixes
pull/122/head
Robert 2019-08-06 17:48:20 +02:00 zatwierdzone przez GitHub
commit 00261ffe71
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
4 zmienionych plików z 2 dodań i 2 usunięć

Plik binarny nie jest wyświetlany.

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 548 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 552 KiB

Wyświetl plik

@ -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);

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 88 KiB