Semester assignments for the course "Microprocessors and Peripherals" of THMMY in AUTH university.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

33 lines
622 B

\documentclass[11pt]{article}
\usepackage{geometry}
\geometry{a4paper, top=2.5cm, bottom=2.5cm, left=2.2cm, right=2.2cm}
% Pcakges used
\input{packages}
% Custom styles
\input{styling}
% Custom commands
\input{custom-commands/custom-title}
% Cover page details
\input{report-details}
% start of report body
% ---------------------------
\begin{document}
\maketitle
\input{chapters/1.0.introduction.tex}
\input{chapters/2.0.implementation.tex}
\input{chapters/3.0.issues-faced.tex}
\input{chapters/4.0.testing.tex}
\input{chapters/5.0.appendix.tex}
\end{document}
% end of report body
% --------------------------