PlayBack

Dependencies:   TPixy-Interface

Fork of ManualControlFinal by ECE4333 - 2018 - Ahmed & Brandon

Drivers/DE0_driver.h

Committer:
asobhy
Date:
2018-02-03
Revision:
1:3e9684e81312
Parent:
0:a355e511bc5d
Child:
8:a0890fa79084

File content as of revision 1:3e9684e81312:

#ifndef DE0_DRIVER_H
#define DE0_DRIVER_H




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



#endif