Updated Creating and Running an Op Mode (Android Studio) (markdown)

FTC Engineering
2017-09-20 07:05:21 -04:00
parent 2c226a62fb
commit 7c6b1fb7c1

@ -107,7 +107,7 @@ You can see from the sample code that an op mode is defined as a Java class. In
public class MyFIRSTJavaOpMode extends LinearOpMode { public class MyFIRSTJavaOpMode extends LinearOpMode {
``` ```
You can also see that the OnBot Java editor created five private member variables for this op mode. These variables will hold references to the five configured devices that the OnBot Java editor detected in the configuration file of your Robot Controller. You can also see that the sample op mode includes five private member variables for this op mode. These variables will hold references to the five devices that you configured earlier for the configuration file of your Robot Controller.
``` ```
private Gyroscope imu; private Gyroscope imu;