View Single Post
  #8   Spotlight this post!  
Unread 04-02-2006, 13:02
1594code 1594code is offline
Registered User
FRC #1594
 
Join Date: Feb 2006
Location: New York
Posts: 16
1594code is an unknown quantity at this point
Re: Problems Combining Camera Code and Driving Code

Thanks for sharing all this information-- it's been helpful.

We have followed the serial_ports_readme instructions, we're using Kevin's camera code user_routines_fast.c interrupt handlers, and we tried to remove user_serial_drv.c.

We had a problem with this last action-- the function breaker_tripped was called in user_routines.c, and it is declared in User_serial_drv.c, so we can't compile

Has this happened to anyone else? What did you do?