Uses of Class
ohmm.OHMM.AnalogChannel

Uses of OHMM.AnalogChannel in ohmm
 

Methods in ohmm that return OHMM.AnalogChannel
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.
 

Methods in ohmm with parameters of type OHMM.AnalogChannel
 boolean OHMM.senseConfigAnalog(OHMM.AnalogChannel channel, int numSamples)
          Covers OHMM.senseConfigAnalog(int, int)
 boolean OHMM.senseConfigAnalogIR(OHMM.AnalogChannel channel, int numSamples)
          Covers OHMM.senseConfigAnalogIR(int, int)
 boolean OHMM.senseConfigAnalogLUT(OHMM.AnalogChannel channel, int numSamples, int[] lutA, float[] lutO)
          Covers OHMM.senseConfigAnalogLUT(int, int, int[], float[])
 float OHMM.senseReadAnalog(OHMM.AnalogChannel channel)
          Covers OHMM.senseReadAnalog(int).