AEMBOT / frc-2018-summer-project

6443's robot code for 2018 Summer Project
1 stars 2 forks source link

Preferences with double arrays #11

Open LizzyMilford opened 6 years ago

LizzyMilford commented 6 years ago

Find a way for Preferences (wpilib) or something else to save double arrays onto the RoboRio for the shooter charts x and y.

You can find Preferences code being used in the test branch or in master when the pull request is accepted. Look in Robot.java and the shooter class.

See @LizzyMilford for more information and specs