View Single Post
  #5   Spotlight this post!  
Unread 22-01-2007, 17:33
kwilliam's Avatar
kwilliam kwilliam is offline
Registered User
FRC #1038
 
Join Date: Jan 2007
Location: Ohio
Posts: 8
kwilliam has a spectacular aura aboutkwilliam has a spectacular aura about
Re: User_Bytes taken over by breakers?

Thanks! It works great.
Code:
	//Send camera data to the Dashboard.
	User_Byte1 = CENTROID_X;
	User_Byte2 = CENTROID_Y;
	User_Byte3 = UPPER_X;
	User_Byte4 = UPPER_Y;
	User_Byte5 = LOWER_X;
	User_Byte6 = LOWER_Y;
(We defined aliases for the camera data.)