View Single Post
  #8   Spotlight this post!  
Unread 16-02-2010, 19:10
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: Programming the teleop

Quote:
Originally Posted by Robototes2412 View Post
i reccomend you make a setupRobot method for stuff like that.

insert the following inbetween the autonomous and teleop code

Code:
void setUpRobot() {
Siberian.start();
Fernir.feed();
}
then just add setUpRobot(); to your teleop and autonomous code.

That should fix it
Thanks

do you know how to sense pressure value and auto shut off

Thanks in advance and sorry for so-many questions.
Reply With Quote