Thread: Syntax Error!
View Single Post
  #3   Spotlight this post!  
Unread 03-02-2006, 15:34
Denz's Avatar
Denz Denz is offline
Registered User
FRC #0772 (Sabre Bytes Robotics)
Team Role: Programmer
 
Join Date: Jan 2006
Location: LaSalle, Ont, Canada
Posts: 66
Denz is on a distinguished road
Send a message via MSN to Denz
Re: Syntax Error!

Declaired in tracking.h


// The distance from the robot to the wall. Initial value is not actually zero; calculated when camera is turned on.
#define distance_from_wall 0


and also prototyped the Distance_Function in tracking.h

// function prototypes
void Servo_Track(void);
void Initialize_Tracking(void);
unsigned char Get_Tracking_Configuration(unsigned int, unsigned char);
int Distance_Function(float);
__________________
www.sabrerobotics.com