View Single Post
  #3   Spotlight this post!  
Unread 28-01-2017, 18:38
SamCarlberg's Avatar
SamCarlberg SamCarlberg is online now
GRIP, WPILib. 2084 alum
FRC #2084
Team Role: Mentor
 
Join Date: Nov 2015
Rookie Year: 2009
Location: MA
Posts: 161
SamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to behold
Re: How can we interface with the dashboard

If you want fine-grained control during testing, you can also use

Code:
LiveWindow.addActuator("my solenoid", mySolenoid);
RobotBuilder will do this automatically for you.
__________________
WPILib
GRIP, RobotBuilder
Reply With Quote