public static enum BarometerBme280.StandbyTime extends java.lang.Enum<BarometerBme280.StandbyTime>
Enum Constant and Description |
---|
TIME_0_5
0.5ms
|
TIME_10
10ms
|
TIME_1000
1000ms
|
TIME_125
125ms
|
TIME_20
20ms
|
TIME_250
250ms
|
TIME_500
500ms
|
TIME_62_5
62.5ms
|
Modifier and Type | Field and Description |
---|---|
float |
time |
Modifier and Type | Method and Description |
---|---|
static float[] |
times() |
static BarometerBme280.StandbyTime |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BarometerBme280.StandbyTime[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BarometerBme280.StandbyTime TIME_0_5
public static final BarometerBme280.StandbyTime TIME_62_5
public static final BarometerBme280.StandbyTime TIME_125
public static final BarometerBme280.StandbyTime TIME_250
public static final BarometerBme280.StandbyTime TIME_500
public static final BarometerBme280.StandbyTime TIME_1000
public static final BarometerBme280.StandbyTime TIME_10
public static final BarometerBme280.StandbyTime TIME_20
public static BarometerBme280.StandbyTime[] values()
for (BarometerBme280.StandbyTime c : BarometerBme280.StandbyTime.values()) System.out.println(c);
public static BarometerBme280.StandbyTime 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 nullpublic static float[] times()