ManualControl
Dependencies: TPixy-Interface
Fork of MbedOS_Robot_Team by
Diff: Drivers/DE0_driver.h
- Revision:
- 0:a355e511bc5d
- Child:
- 1:3e9684e81312
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Drivers/DE0_driver.h Thu Feb 01 03:58:00 2018 +0000 @@ -0,0 +1,12 @@ +#ifndef DE0_DRIVER_H +#define DE0_DRIVER_H + + + + +void DE0_init(void); +void DE0_read(uint16_t *, uint16_t * , uint16_t *); + + + +#endif \ No newline at end of file