Thread: Digital Sidecar
View Single Post
  #2   Spotlight this post!  
Unread 13-05-2010, 21:40
Robototes2412's Avatar
Robototes2412 Robototes2412 is offline
1 * 4 != 14
FRC #2412 (Robototes)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2007
Location: Bellevue
Posts: 312
Robototes2412 is on a distinguished road
Re: Digital Sidecar

as far as using stuff like jaguars and victors, you just change the "formality" on how they are called.

Normally, i use this to make a victor:
Code:
Victor foo = new Victor(portNumber);
Use this instead:
Code:
Victor bar = new Victor(slotNumber, portNumber);
That should do it.
Reply With Quote