Modifier and Type | Method and Description |
---|---|
static OHMM.AnalogChannel |
OHMM.AnalogChannel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OHMM.AnalogChannel[] |
OHMM.AnalogChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OHMM.senseConfigAnalog(OHMM.AnalogChannel channel,
int numSamples)
|
boolean |
OHMM.senseConfigAnalogIR(OHMM.AnalogChannel channel,
int numSamples)
|
boolean |
OHMM.senseConfigAnalogLUT(OHMM.AnalogChannel channel,
int numSamples,
int[] lutA,
float[] lutO)
|
float |
OHMM.senseReadAnalog(OHMM.AnalogChannel channel)
Covers
OHMM.senseReadAnalog(int) . |