ModernRoboticsI2cGyro.isCalibrating()@Deprecated public static enum ModernRoboticsI2cGyro.MeasurementMode extends java.lang.Enum<ModernRoboticsI2cGyro.MeasurementMode>
| Enum Constant and Description |
|---|
GYRO_CALIBRATING
Deprecated.
|
GYRO_CALIBRATION_PENDING
Deprecated.
|
GYRO_NORMAL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ModernRoboticsI2cGyro.MeasurementMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static ModernRoboticsI2cGyro.MeasurementMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModernRoboticsI2cGyro.MeasurementMode GYRO_CALIBRATION_PENDING
public static final ModernRoboticsI2cGyro.MeasurementMode GYRO_CALIBRATING
public static final ModernRoboticsI2cGyro.MeasurementMode GYRO_NORMAL
public static ModernRoboticsI2cGyro.MeasurementMode[] values()
for (ModernRoboticsI2cGyro.MeasurementMode c : ModernRoboticsI2cGyro.MeasurementMode.values()) System.out.println(c);
public static ModernRoboticsI2cGyro.MeasurementMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null