From 03e90cab6b7d7df2c8c1f3c4bbb5c58200f79929 Mon Sep 17 00:00:00 2001 From: architeuthis Date: Thu, 14 Nov 2024 17:29:41 +0100 Subject: [PATCH] preamble: codesection add heading --- 1124.tex | 1 - 2118-2128.tex | 1 - 2238.tex | 1 - 2245.tex | 1 - preamble.tex | 1 + 5 files changed, 1 insertion(+), 4 deletions(-) diff --git a/1124.tex b/1124.tex index cd1d245..2af96a6 100644 --- a/1124.tex +++ b/1124.tex @@ -277,7 +277,6 @@ Kasli 2.0 supplies three user LEDs for debugging purposes. Two are located on th \newpage -\section{Example ARTIQ Code} \codesection{Kasli 2.0 1124 carrier} \subsection{Direct Memory Access (DMA)} diff --git a/2118-2128.tex b/2118-2128.tex index d32246f..24e1489 100644 --- a/2118-2128.tex +++ b/2118-2128.tex @@ -396,7 +396,6 @@ IO direction and termination must be configured by setting physical switches on \end{figure} \newpage -\section{Example ARTIQ code} \codesection{2118 BNC-TTL/2128 SMA-TTL cards} Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. diff --git a/2238.tex b/2238.tex index b80f55c..adf1a08 100644 --- a/2238.tex +++ b/2238.tex @@ -525,7 +525,6 @@ Termination switches between high impedence (OFF) and 50\textOmega~(ON). Note th \end{multicols} \newpage -\section{Example ARTIQ code} \codesection{2238 MCX-TTL card} Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. diff --git a/2245.tex b/2245.tex index e37eac8..2e3e199 100644 --- a/2245.tex +++ b/2245.tex @@ -409,7 +409,6 @@ The IO direction of each channel can be configured by DIP switches, which are fo \newpage -\section{Example ARTIQ code} \codesection{2245 LVDS-TTL card} Timing accuracy in these examples is well under 1 nanosecond thanks to ARTIQ RTIO infrastructure. diff --git a/preamble.tex b/preamble.tex index 1b32e52..0707535 100644 --- a/preamble.tex +++ b/preamble.tex @@ -49,6 +49,7 @@ To order, please visit \url{https://m-labs.hk} and choose #1 in the ARTIQ/Sinara } \newcommand{\codesection}[1] { +\section{Example ARTIQ Code} The sections below demonstrate simple usage scenarios of extensions on the ARTIQ control system. These extensions make use of the resources of the #1. They do not exhaustively demonstrate all the features of the ARTIQ system. The full documentation for ARTIQ software and gateware, including the guide for its use, is available at \url{https://m-labs.hk/artiq/manual/}. Please consult the manual for details and reference material of the functions and structures used here.