Team612 / 612-2016

FRC Team 612's 2016 code for First Stronghold
GNU General Public License v2.0
9 stars 6 forks source link

Move all Smartdashboard references to Robot.cpp #162

Closed Ahmad-Bamba closed 8 years ago

Ahmad-Bamba commented 8 years ago

In general we can't have Smartdashboard stuff called everywhere, it makes the dashboard unpredictable and messy for the drivers.

Ahmad-Bamba commented 8 years ago

Done