View Single Post
  #8   Spotlight this post!  
Unread 02-02-2017, 18:17
JoeyDaPanda's Avatar
JoeyDaPanda JoeyDaPanda is offline
Registered User
AKA: Joey
FRC #6324 (The Blue Devils)
Team Role: Programmer
 
Join Date: Nov 2016
Rookie Year: 2017
Location: Salem NH
Posts: 5
JoeyDaPanda is an unknown quantity at this point
Re: VictorSP causes "Robots don't quit!"

To anyone still lurking:

Just to make sure, where do I put the import and following code?

Currently the related code we have is in our Robot.java

Code:
VictorSP V1 = new VictorSP(1); // Left motor
VictorSP V2 = new VictorSP(0); // Right motor

V1.set(1); // Set speed to 1
V2.set(1); // Set speed to 1
Reply With Quote