PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Committer:
asobhy
Date:
Thu Feb 01 03:58:00 2018 +0000
Revision:
0:a355e511bc5d
Child:
1:3e9684e81312
before testing the QEI

Who changed what in which revision?

UserRevisionLine numberNew contents of line
asobhy 0:a355e511bc5d 1 #ifndef DE0_DRIVER_H
asobhy 0:a355e511bc5d 2 #define DE0_DRIVER_H
asobhy 0:a355e511bc5d 3
asobhy 0:a355e511bc5d 4
asobhy 0:a355e511bc5d 5
asobhy 0:a355e511bc5d 6
asobhy 0:a355e511bc5d 7 void DE0_init(void);
asobhy 0:a355e511bc5d 8 void DE0_read(uint16_t *, uint16_t * , uint16_t *);
asobhy 0:a355e511bc5d 9
asobhy 0:a355e511bc5d 10
asobhy 0:a355e511bc5d 11
asobhy 0:a355e511bc5d 12 #endif