|
Re: Where do I begin to get the robot to move using the camera?
Here's your problem you need to add a declaration of the function at the top of your user_routines_fast.c (or what ever file is running the camera code).
At the top below the includes add:
unsigned int Find_Distance;
and you should be fine. If that errors out just incase try this:
unsigned int Find_Distance(void);
__________________
Amperage Robotics Team 1225
Site under-going revamp. :/
Last edited by pheadxdll : 13-02-2007 at 19:16.
|