-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathEmbSys1.tex
More file actions
43 lines (40 loc) · 1.31 KB
/
EmbSys1.tex
File metadata and controls
43 lines (40 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
%%%%%%%%%%%%%%%%%%%%%%%%%
% Dokumentinformationen %
%%%%%%%%%%%%%%%%%%%%%%%%%
\newcommand{\titleinfo}{Embedded Systems}
\newcommand{\authorname}{\href{mailto:lmazzole@hsr.ch}{L. Mazzoleni} \quad \href{mailto:mgisler@hsr.ch}{M. Gisler}}
%\RequirePackage{luatex85}
%\def\pgfsysdriver{pgfsys-pdftex.def}
\newcommand{\authoremail}{\href{mailto:lmazzole@hsr.ch}{lmazzole@hsr.ch}\quad \href{mailto:mgisler@hsr.ch}{M. Gisler}}
\newcommand{\versioninfo}{$ Revision: 0.1 $}
\include{header/header}
\include{header/codelayout}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setitemize{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt} %kompakte itemize
\setenumerate{noitemsep,topsep=0pt,parsep=0pt,partopsep=0pt} %kompakte enumerate
\begin{document}
\input{sections/README}
\maketitle
\vspace{-2.5cm}
\setcounter{tocdepth}{2}
\tableofcontents
\thispagestyle{empty}
\clearpage
\input{sections/MicrocomputerOrganization}
\pagebreak
\input{sections/FundamentalsofInterfacing}
\pagebreak
\input{sections/EmbeddedPeripherals}
\pagebreak
\input{sections/ExternalWorldInterfaces}
\pagebreak
\input{sections/PrinciplesofSerialCommunication}
\pagebreak
\input{sections/AnalogSignalChain}
\pagebreak
\input{sections/CodeBSP}
\pagebreak
\input{sections/Glossar}
\pagebreak
\input{sections/Fragen}
\end{document}