View Single Post
  #3   Spotlight this post!  
Unread 18-02-2010, 02:42
Twisted eric's Avatar
Twisted eric Twisted eric is offline
Registered User
FRC #0581
 
Join Date: Jan 2010
Location: San Jose
Posts: 54
Twisted eric is an unknown quantity at this point
Re: Watchdog programming error

Code:
public void teleopInit() {
right_drive_jaguar.set(0);
left_drive_jaguar.set(0);
Watchdog.getInstance().feed();
}
try that it should work when they say feed the Watchdog They MEAN FEED THE WATCH DOG.
Reply With Quote