blob: d75522b3a4f003ec6580cdd71b2c51b268741876 (
plain)
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
|
\documentclass[12pt,a4paper]{scrartcl}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\title{Pinlock: Dokumentation}
\subtitle{Mikrocontroller-Seminar}
\author{Leonard Kugis, Mattes Melius}
\begin{document}
\maketitle
\tableofcontents
\section{Idee}
\section{Hardware}
\subsection{Platinenaufbau}
\subsection{Mikrocontroller ATmega16A}
\subsection{Sonstige Komponenten}
\section{Software}
\subsection{Grundprinzip}
\subsection{Funktionen}
\section{Bedienung}
\end{document}
|