PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Revision:
8:a0890fa79084
Parent:
7:73fd05fe556a
Child:
9:fe56b888985c
diff -r 73fd05fe556a -r a0890fa79084 Drivers/DE0_driver.cpp
--- a/Drivers/DE0_driver.cpp	Thu Feb 15 01:15:26 2018 +0000
+++ b/Drivers/DE0_driver.cpp	Mon Feb 19 17:42:33 2018 +0000
@@ -1,4 +1,16 @@
-// DE0 FPGA driver
+/******************************************************************************/
+// ECE4333
+// LAB Partner 1: Ahmed Sobhy - ID: 3594449
+// LAB Partner 2: Brandon Kingman - ID: 3470444
+// Project: Autonomous Robot Design
+// Instructor: Prof. Chris Diduch
+/******************************************************************************/
+// filename: DE0_driver.cpp
+// file content description:
+//      * function to initialize the hardware interface for communication
+//        between the FPGA and LPC1768
+//      * function to read required data from the DE0 (FPGA).
+/******************************************************************************/
 
 #include "mbed.h"