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

Revision:
6:8232db1ed208
Parent:
5:be5e1177bb43
Child:
8:1173b502b316
--- a/Classes/RobotMVC/RobotModel.h	Tue Feb 07 20:08:15 2017 +0000
+++ b/Classes/RobotMVC/RobotModel.h	Tue Feb 07 20:44:52 2017 +0000
@@ -12,6 +12,11 @@
     
     public:
     
+    //Constructors/Destructors
+    ~RobotModel();
+    RobotModel();
+       
+    //Accessors/Mutators
     int getMode() const {return _mode;}
     void setMode(int m){_mode = m;}