Package com.pi4j.io.gpio
Interface GpioPinAnalogOutput
-
- All Superinterfaces:
GpioPin
,GpioPinAnalog
,GpioPinOutput
- All Known Implementing Classes:
GpioPinImpl
public interface GpioPinAnalogOutput extends GpioPinAnalog, GpioPinOutput
Gpio analog output pin interface.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setValue(double value)
void
setValue(Number value)
-
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
-
Methods inherited from interface com.pi4j.io.gpio.GpioPinAnalog
getValue
-
-
-
-
Method Detail
-
setValue
void setValue(double value)
-
setValue
void setValue(Number value)
-
-