Uses of Interface
com.pi4j.io.gpio.GpioPinDigital
-
Packages that use GpioPinDigital Package Description com.pi4j.io.gpio com.pi4j.io.gpio.impl -
-
Uses of GpioPinDigital in com.pi4j.io.gpio
Subinterfaces of GpioPinDigital in com.pi4j.io.gpio Modifier and Type Interface Description interface
GpioPinDigitalInput
This is a decorator interface to describe digital input pin.interface
GpioPinDigitalMultipurpose
Gpio digital pin interface.interface
GpioPinDigitalOutput
Gpio digital output pin interface.Methods in com.pi4j.io.gpio with parameters of type GpioPinDigital Modifier and Type Method Description PinState
GpioController. getState(GpioPinDigital pin)
boolean
GpioController. isHigh(GpioPinDigital... pin)
boolean
GpioController. isLow(GpioPinDigital... pin)
boolean
GpioController. isState(PinState state, GpioPinDigital... pin)
-
Uses of GpioPinDigital in com.pi4j.io.gpio.impl
Classes in com.pi4j.io.gpio.impl that implement GpioPinDigital Modifier and Type Class Description class
GpioPinImpl
Methods in com.pi4j.io.gpio.impl with parameters of type GpioPinDigital Modifier and Type Method Description PinState
GpioControllerImpl. getState(GpioPinDigital pin)
boolean
GpioControllerImpl. isHigh(GpioPinDigital... pin)
boolean
GpioControllerImpl. isLow(GpioPinDigital... pin)
boolean
GpioControllerImpl. isState(PinState state, GpioPinDigital... pin)
-