Final Project files for mBed development.

Dependencies:   m3pi mbed

final-report.css

Committer:
lsaristo
Date:
2014-12-19
Revision:
46:a3b9c0fe8f36
Parent:
33:8e2e8b664938

File content as of revision 46:a3b9c0fe8f36:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE: This file is actually a .tex extension (i.e., a latex file) but mBed is stupid and 
% doesn't allow foreign extensions into the project.
%
% This is the document for the final report. 
% Since Google Docs doesn't have column layout capabilities and most of these seemed to
% be in two-column format, this is a worthwhile alternative to Google Docs. 
%
% This file is already setup to be two-column.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

\documentclass[11pt,twocolumn]{article}
\usepackage[english]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[colorinlistoftodos]{todonotes}
\title{PixelBot Project Final Report}
\author{John Wilkey, Alec Guertin, Chester Chu}
\date{\today}
\begin{document}
\maketitle
\begin{abstract}
In this document, we explore the effectiveness of our design decisions for our
final project, as well as what issues we encountered, what worked and what
needed replanning, and why. 
\end{abstract}
\section{Introduction}
TODO: Answer me
\subsection{Design}
TODO: Answer me
\subsection{Modeling}
TODO: Answer me
\subsection{Considerations}
TODO: Answer me
\subsection{Final Results}
TODO: Answer me
\subsection{Conclusion}
TODO: Answer me
\end{document}