Dr. Davis and Dr. Dyer special studies robotics project

Dependencies:   BSP_DISCO_F469NI LCD_DISCO_F469NI TS_DISCO_F469NI mbed Motordriver

Fork of Configurable_Robots by Christopher Eubanks

Classes/RobotMVC/RobotModel.cpp

Committer:
blu12758
Date:
2017-02-07
Revision:
7:0f8c3dfbbb86
Parent:
4:4989e85d16b6
Child:
10:4dd8b18e07d0

File content as of revision 7:0f8c3dfbbb86:

//OU Configurable Robot Project
//Spring 2017
//William Bonner

#include "RobotModel.h"


//Constructors/Destructors
RobotModel::~RobotModel()
{
    //#TODO
}
RobotModel::RobotModel()
{
    _mode = 0;
}