|
Saving values on cRIO
My team's robot has an arm with a potentiometer on it and I am trying to write a method that will save the current value of the pot and save it into the code so we can still have it when we restart the robot and not have to edit our code. Since I'm not exactly sure how to go about it I would like to know what is the most efficient way to do this. The language we are using is Java.
|