BitBucketsFRC4183 / FRC2020_Infinite_Recharge

Team 4183's repository for our Infinite Recharge robot's code
5 stars 10 forks source link

Shooter dashboard reformatting #257

Closed Tr1ll10ns closed 4 years ago

Tr1ll10ns commented 4 years ago

-All SmartDashboard calls (except ones within if statements) have been moved to dashboard periodic.

-All SmartDashboard.get____ statements have been moved to dashboard periodic and are now used to update variables every second.

-ALL SmartDashboard.put____ statements are only called if telemetry is enabled.

-Moved Dashboard periodic and disable to the bottom of the subsystem.