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