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:
3:2c0def8b9b22
Child:
7:0f8c3dfbbb86
--- a/main.cpp	Tue Feb 07 20:08:15 2017 +0000
+++ b/main.cpp	Tue Feb 07 20:44:52 2017 +0000
@@ -1,3 +1,18 @@
 //OU Configurable Robot Project
 //Spring 2017
 
+#include "mbed.h"
+#include "RobotController.h"
+
+int main()
+{
+    //Initialize variables
+    controller = new RobotController();
+    view = new RobotView();
+    model = new RobotModel();
+    
+    while(1)
+    {
+        //check for user selections and react accordingly
+    }
+}
\ No newline at end of file