View Single Post
  #1   Spotlight this post!  
Unread 30-01-2006, 15:39
Ryan O's Avatar
Ryan O Ryan O is offline
FRC Eclipse Plug-in Developer
no team (FRC Eclipse)
Team Role: Programmer
 
Join Date: Jan 2006
Rookie Year: 2005
Location: Plaistow
Posts: 111
Ryan O is an unknown quantity at this point
Send a message via AIM to Ryan O
Code Errors With "Bells and Whistles"

I rewrote the tracking code to track both ways. The C18 compile compiles it cleanly, and it loads with out a problem. The only problem is that after a second, I get a blinking red light on the robot indicatinga code error. I reset the bot and got the following on the Com1 output screen:

"
<IFI>
Camera: Initialization state = 1
Camera: Configuring with EEPROM data
Tracking: Configuring with EEPROM data
"

I have break statements included in my code, if thatmakes a difference.

Did I just leave out a nessacary code line or something? The only rountine I changed was the Servo_Track() routine. Any help would be great.