public static enum HTS221.HTS221TemperatureResolutionMode extends java.lang.Enum<HTS221.HTS221TemperatureResolutionMode>
Enum Constant and Description |
---|
AVGT_128 |
AVGT_16 |
AVGT_2 |
AVGT_256 |
AVGT_32 |
AVGT_4 |
AVGT_64 |
AVGT_8 |
Modifier and Type | Method and Description |
---|---|
static HTS221.HTS221TemperatureResolutionMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HTS221.HTS221TemperatureResolutionMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HTS221.HTS221TemperatureResolutionMode AVGT_2
public static final HTS221.HTS221TemperatureResolutionMode AVGT_4
public static final HTS221.HTS221TemperatureResolutionMode AVGT_8
public static final HTS221.HTS221TemperatureResolutionMode AVGT_16
public static final HTS221.HTS221TemperatureResolutionMode AVGT_32
public static final HTS221.HTS221TemperatureResolutionMode AVGT_64
public static final HTS221.HTS221TemperatureResolutionMode AVGT_128
public static final HTS221.HTS221TemperatureResolutionMode AVGT_256
public static HTS221.HTS221TemperatureResolutionMode[] values()
for (HTS221.HTS221TemperatureResolutionMode c : HTS221.HTS221TemperatureResolutionMode.values()) System.out.println(c);
public static HTS221.HTS221TemperatureResolutionMode 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