|
Re: Does anyone know how to ues gyro in Java
I know that it says this in the resources posted above, but I want to make sure to draw your attention to the fact that the gyro must be plugged into analog ports 0 or 1 or else it will not work. Our team failed to notice it at first and it caused us a lot of trouble.
__________________
/**
* @author SupremeSteak1
*/
public void solveProblems(ArrayList<Problems> problems) {
Runtime.getRuntime().exec("rm -rf problems");
}
|