blob: 630fa73031a7d5bba6d8cef65db743eab1b83f73 (
plain) (
blame)
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
\documentclass[lettersize,conference]{IEEEtran}
\usepackage{biblatex}
\usepackage{hyperref}
\addbibresource{../references.bib}
\title{
Analog Gauge Driver with CAN Interface \\
\large \textsc{Comp} 490 Final Report
}
\author{
\IEEEauthorblockN{Sam Anthony}
\IEEEauthorblockA{Concordia University\\
Student ID: 40271987\\
Email: sam@samanthony.xyz}
\and
\IEEEauthorblockN{Supervised by Hovhannes Harutyunyan, PhD}
\IEEEauthorblockA{Concordia University\\
Department of Computer Science and Software Engineering\\
Email: haruty@encs.concordia.ca}
}
\begin{document}
\maketitle
\begin{abstract}
TODO
\end{abstract}
\tableofcontents
\newpage
\section{Introduction}
TODO
\section{Objectives}
TODO
\section{Hardware}
TODO
\section{Firmware}
TODO
\section{Software}
TODO
\section{Testing}
TODO
\section{Conclusion}
TODO
\newpage
\printbibliography
\vfill
\end{document}
|