public static enum Bno055.InterruptType extends Enum<Bno055.InterruptType>
Enum Constant and Description |
---|
ACC_AM |
ACC_HG |
ACC_NM |
ACC_SM |
GYR_AM |
GYR_HR |
Modifier and Type | Method and Description |
---|---|
static Bno055.InterruptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Bno055.InterruptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bno055.InterruptType ACC_NM
public static final Bno055.InterruptType ACC_SM
public static final Bno055.InterruptType ACC_AM
public static final Bno055.InterruptType ACC_HG
public static final Bno055.InterruptType GYR_HR
public static final Bno055.InterruptType GYR_AM
public static Bno055.InterruptType[] values()
for (Bno055.InterruptType c : Bno055.InterruptType.values()) System.out.println(c);
public static Bno055.InterruptType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020 myrobotlab. All rights reserved.