Interface AnalogDeviceInterface

    • Method Detail

      • getAdcNumber

        int getAdcNumber()
      • getValue

        float getValue()
                throws RuntimeIOException
        Read the analog value in the range 0..1 or -1..1 (if the ADC type is signed)
        Returns:
        the unscaled value (-1..1)
        Throws:
        RuntimeIOException - if an I/O error occurs