Interface AnalogInputDeviceInterface

    • Method Detail

      • 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
      • getAdcNumber

        int getAdcNumber()
      • generatesEvents

        default boolean generatesEvents()
      • removeListener

        void removeListener()