public static enum SensorFusion.GyroRange extends java.lang.Enum<SensorFusion.GyroRange>
| Enum Constant and Description |
|---|
GR_1000DPS |
GR_2000DPS |
GR_250DPS |
GR_500DPS |
| Modifier and Type | Method and Description |
|---|---|
static SensorFusion.GyroRange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SensorFusion.GyroRange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SensorFusion.GyroRange GR_2000DPS
public static final SensorFusion.GyroRange GR_1000DPS
public static final SensorFusion.GyroRange GR_500DPS
public static final SensorFusion.GyroRange GR_250DPS
public static SensorFusion.GyroRange[] values()
for (SensorFusion.GyroRange c : SensorFusion.GyroRange.values()) System.out.println(c);
public static SensorFusion.GyroRange 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