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