X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=mtask.class.tex;h=3d8029a47ef6b270a2226c0733539c0e5ff23465;hb=2498dced580be1e7af31a662dadee26c4fd159ed;hp=684e67df3dcfdee69381896520b7a9fc1ea696b1;hpb=7e2e068caf02d8eae46cddc12ed36445069e67d1;p=msc-thesis1617.git diff --git a/mtask.class.tex b/mtask.class.tex index 684e67d..3d8029a 100644 --- a/mtask.class.tex +++ b/mtask.class.tex @@ -7,7 +7,7 @@ class with the same functions. As an example, Listing~\ref{lst:lcd} shows parts of the \gls{LCD} class as an \gls{mTask} class functions and as Listing~\ref{lst:lcdc} shown the corresponding \emph{Arduino} class functions. -\begin{lstlisting}[label={lst:lcd},% +\begin{lstlisting}[language=Clean,label={lst:lcd},% caption={Adding the \gls{LCD} to the \gls{mTask} language}] :: LCD = ...