I'm wondering what I declare to use the dashboard?
Read this:
http://wpilib.screenstepslive.com/s/...-robot-program
Didn't show what imports I use.
Also if I do dashboard.putNumber("string", 1); and then dashboard.putNumber("string", 2); will the 1 be replaced with a 2 or will there be two things onscreen?
And why do these tutorials not include all the imports/variable declarations for things, it makes me ask these questions that are probably asked every year about what they are.