From 0932b1113fcd0e2ff437d4c9e22db8f06d29e1ca Mon Sep 17 00:00:00 2001 From: architeuthis Date: Fri, 31 Jan 2025 16:35:16 +0100 Subject: [PATCH] 5432: add sysdesc section --- 5432.tex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/5432.tex b/5432.tex index 8c70163..25b96ee 100644 --- a/5432.tex +++ b/5432.tex @@ -227,6 +227,21 @@ \newpage +\sysdescsection + + 5432 DAC Zotino should be entered in the \texttt{peripherals} list of the corresponding core device in the following format: + + \begin{tcolorbox}[colback=white] + \begin{minted}{json} + { + "type": "zotino", + "ports": [0] + } + \end{minted} + \end{tcolorbox} + + Replace 0 with the EEM port used on the core device. Any port may be used. + \codesection{5432 DAC Zotino} \subsection{Setting output voltage}