View Single Post
  #4   Spotlight this post!  
Unread 29-03-2014, 22:45
JavaNoNothing14 JavaNoNothing14 is offline
Registered User
FRC #2681
Team Role: Programmer
 
Join Date: Feb 2014
Rookie Year: 2012
Location: Brooklyn, NY
Posts: 12
JavaNoNothing14 is an unknown quantity at this point
Re: 8 volts over talons

For the most part, when running a blank code it was essentially just a simple

Code:
if (js.getRawButton(11)){
   shooter.set(1);
}
After testing, it would only run at what seems to be 66% speed.