Package com.pi4j.io.gpio
Interface GpioPinPwm
- 
- All Superinterfaces:
- GpioPin
 - All Known Subinterfaces:
- GpioPinPwmOutput
 - All Known Implementing Classes:
- GpioPinImpl
 
 public interface GpioPinPwm extends GpioPin Gpio input pin interface. This interface is extension ofGpioPininterface with reading pwm values.- Author:
- Robert Savage (http://www.savagehomeautomation.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetPwm()If this is a hardware PWM pin, the value will be between a range of 0 to 1024.- 
Methods inherited from interface com.pi4j.io.gpio.GpioPinaddListener, 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
 
- 
 
-