| Class and Description |
|---|
| com.qualcomm.robotcore.eventloop.opmode.AnnotatedOpModeRegistrar
The function formerly performed by this class is now automatically executed by the system
|
| Enum and Description |
|---|
| com.qualcomm.robotcore.hardware.DigitalChannelController.Mode
use
DigitalChannel.Mode instead |
| Enum Constant and Description |
|---|
| com.qualcomm.robotcore.hardware.MotorControlAlgorithm.LegacyPID
Switch to
MotorControlAlgorithm.PIDF instead |
| com.qualcomm.robotcore.hardware.DcMotor.RunMode.RESET_ENCODERS
Use
DcMotor.RunMode.STOP_AND_RESET_ENCODER instead |
| com.qualcomm.robotcore.hardware.DcMotor.RunMode.RUN_USING_ENCODERS
Use
DcMotor.RunMode.RUN_USING_ENCODER instead |
| com.qualcomm.robotcore.hardware.DcMotor.RunMode.RUN_WITHOUT_ENCODERS
Use
DcMotor.RunMode.RUN_WITHOUT_ENCODER instead |