PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Committer:
asobhy
Date:
Mon Feb 19 17:42:33 2018 +0000
Revision:
8:a0890fa79084
Parent:
1:3e9684e81312
Child:
9:fe56b888985c
added more comments

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asobhy 8:a0890fa79084 1 /******************************************************************************/
asobhy 8:a0890fa79084 2 // ECE4333
asobhy 8:a0890fa79084 3 // LAB Partner 1: Ahmed Sobhy - ID: 3594449
asobhy 8:a0890fa79084 4 // LAB Partner 2: Brandon Kingman - ID: 3470444
asobhy 8:a0890fa79084 5 // Project: Autonomous Robot Design
asobhy 8:a0890fa79084 6 // Instructor: Prof. Chris Diduch
asobhy 8:a0890fa79084 7 /******************************************************************************/
asobhy 8:a0890fa79084 8
asobhy 0:a355e511bc5d 9 #ifndef DE0_DRIVER_H
asobhy 0:a355e511bc5d 10 #define DE0_DRIVER_H
asobhy 0:a355e511bc5d 11
asobhy 0:a355e511bc5d 12
asobhy 0:a355e511bc5d 13
asobhy 0:a355e511bc5d 14
asobhy 0:a355e511bc5d 15 void DE0_init(void);
asobhy 1:3e9684e81312 16 void DE0_read(uint16_t *, int * , uint16_t *);
asobhy 0:a355e511bc5d 17
asobhy 0:a355e511bc5d 18
asobhy 0:a355e511bc5d 19
asobhy 0:a355e511bc5d 20 #endif