Quote:
Originally Posted by thecakeisalie
Doesn't doing that in commandbase automatically create a widget? So are you saying that with iterative, you would have to create a widget manually?
|
You can use SmartDashboard without using the command parts of WPILibJ.
For instance, you can put doubles in by using SmartDashboard.putDouble(...) and take them out by using SmartDashboard.getDouble(...)