Final Project files for mBed development.

Dependencies:   m3pi mbed

Committer:
lsaristo
Date:
Fri Dec 19 03:47:18 2014 +0000
Revision:
46:a3b9c0fe8f36
Parent:
33:8e2e8b664938
Changed postscript file name to control.ps instead.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lsaristo 33:8e2e8b664938 1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
lsaristo 33:8e2e8b664938 2 % NOTE: This file is actually a .tex extension (i.e., a latex file) but mBed is stupid and
lsaristo 33:8e2e8b664938 3 % doesn't allow foreign extensions into the project.
lsaristo 33:8e2e8b664938 4 %
lsaristo 33:8e2e8b664938 5 % This is the document for the final report.
lsaristo 33:8e2e8b664938 6 % Since Google Docs doesn't have column layout capabilities and most of these seemed to
lsaristo 33:8e2e8b664938 7 % be in two-column format, this is a worthwhile alternative to Google Docs.
lsaristo 33:8e2e8b664938 8 %
lsaristo 33:8e2e8b664938 9 % This file is already setup to be two-column.
lsaristo 33:8e2e8b664938 10 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
lsaristo 33:8e2e8b664938 11
lsaristo 33:8e2e8b664938 12 \documentclass[11pt,twocolumn]{article}
lsaristo 33:8e2e8b664938 13 \usepackage[english]{babel}
lsaristo 33:8e2e8b664938 14 \usepackage[utf8]{inputenc}
lsaristo 33:8e2e8b664938 15 \usepackage{amsmath}
lsaristo 33:8e2e8b664938 16 \usepackage{graphicx}
lsaristo 33:8e2e8b664938 17 \usepackage[colorinlistoftodos]{todonotes}
lsaristo 33:8e2e8b664938 18 \title{PixelBot Project Final Report}
lsaristo 33:8e2e8b664938 19 \author{John Wilkey, Alec Guertin, Chester Chu}
lsaristo 33:8e2e8b664938 20 \date{\today}
lsaristo 33:8e2e8b664938 21 \begin{document}
lsaristo 33:8e2e8b664938 22 \maketitle
lsaristo 33:8e2e8b664938 23 \begin{abstract}
lsaristo 33:8e2e8b664938 24 In this document, we explore the effectiveness of our design decisions for our
lsaristo 33:8e2e8b664938 25 final project, as well as what issues we encountered, what worked and what
lsaristo 33:8e2e8b664938 26 needed replanning, and why.
lsaristo 33:8e2e8b664938 27 \end{abstract}
lsaristo 33:8e2e8b664938 28 \section{Introduction}
lsaristo 33:8e2e8b664938 29 TODO: Answer me
lsaristo 33:8e2e8b664938 30 \subsection{Design}
lsaristo 33:8e2e8b664938 31 TODO: Answer me
lsaristo 33:8e2e8b664938 32 \subsection{Modeling}
lsaristo 33:8e2e8b664938 33 TODO: Answer me
lsaristo 33:8e2e8b664938 34 \subsection{Considerations}
lsaristo 33:8e2e8b664938 35 TODO: Answer me
lsaristo 33:8e2e8b664938 36 \subsection{Final Results}
lsaristo 33:8e2e8b664938 37 TODO: Answer me
lsaristo 33:8e2e8b664938 38 \subsection{Conclusion}
lsaristo 33:8e2e8b664938 39 TODO: Answer me
lsaristo 33:8e2e8b664938 40 \end{document}