PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Drivers/DE0_driver.h

Committer:
asobhy
Date:
2018-02-19
Revision:
8:a0890fa79084
Parent:
1:3e9684e81312
Child:
9:fe56b888985c

File content as of revision 8:a0890fa79084:

/******************************************************************************/
// ECE4333
// LAB Partner 1: Ahmed Sobhy - ID: 3594449
// LAB Partner 2: Brandon Kingman - ID: 3470444
// Project: Autonomous Robot Design
// Instructor: Prof. Chris Diduch
/******************************************************************************/

#ifndef DE0_DRIVER_H
#define DE0_DRIVER_H




void DE0_init(void);
void DE0_read(uint16_t *, int * , uint16_t *);



#endif