Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: TPixy-Interface
Fork of MbedOS_Robot_Team by
Diff: CameraThread.h
- Revision:
- 10:8919b1b76243
- Child:
- 15:cf67f83d5409
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CameraThread.h Fri Mar 02 23:37:31 2018 +0000 @@ -0,0 +1,18 @@ + +/******************************************************************************/ +// ECE4333 +// LAB Partner 1: Ahmed Sobhy - ID: 3594449 +// LAB Partner 2: Brandon Kingman - ID: 3470444 +// Project: Autonomous Robot Design +// Instructor: Prof. Chris Diduch +/******************************************************************************/ + +#ifndef CAMERA_INT_H +#define CAMERA_INT_H + +void CameraThreadInit(void); + + +#endif + +
