Package com.pi4j.io.gpio
Interface GpioPinAnalog
-
- All Superinterfaces:
GpioPin
- All Known Subinterfaces:
GpioPinAnalogInput
,GpioPinAnalogOutput
- All Known Implementing Classes:
GpioPinImpl
public interface GpioPinAnalog extends GpioPin
Gpio analog pin interface. This interface is extension ofGpioPin
interface with operation to read an analog value.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getValue()
-
Methods inherited from interface com.pi4j.io.gpio.GpioPin
addListener, addListener, clearProperties, export, export, getListeners, getMode, getName, getPin, getProperties, getProperty, getProperty, getProvider, getPullResistance, getShutdownOptions, getTag, hasListener, hasProperty, isExported, isMode, isPullResistance, removeAllListeners, removeListener, removeListener, removeProperty, setMode, setName, setProperty, setPullResistance, setShutdownOptions, setShutdownOptions, setShutdownOptions, setShutdownOptions, setShutdownOptions, setTag, unexport
-
-