FRC701 / valkyrie

Deep Space -- Presented by Boeing FRC 2019
0 stars 0 forks source link

Refactor OI to not use Joystick pointers #74

Open duane701 opened 5 years ago

duane701 commented 5 years ago

Pointers for the Joystick instances should not be required. Don't use pointers, but rather just member variables.