Uses of Interface
com.pi4j.io.gpio.GpioProvider
-
Packages that use GpioProvider Package Description com.pi4j.io.gpio com.pi4j.io.gpio.exception com.pi4j.io.gpio.impl com.pi4j.platform -
-
Uses of GpioProvider in com.pi4j.io.gpio
Classes in com.pi4j.io.gpio that implement GpioProvider Modifier and Type Class Description class
GpioProviderBase
Abstract base implementation ofGpioProvider
.class
RaspiGpioProvider
Raspberry PIGpioProvider
implementation.class
SimulatedGpioProvider
A simulator to aid in development of RI Pi systems using a standard PC dev environment.class
WiringPiGpioProviderBase
WiringPiGpioProviderBaseGpioProvider
implementation.Methods in com.pi4j.io.gpio that return GpioProvider Modifier and Type Method Description static GpioProvider
GpioFactory. getDefaultProvider()
Return default instance ofGpioProvider
.GpioProvider
GpioPin. getProvider()
-
Uses of GpioProvider in com.pi4j.io.gpio.exception
Methods in com.pi4j.io.gpio.exception that return GpioProvider Modifier and Type Method Description GpioProvider
PinProviderException. getGpioProvider()
Constructors in com.pi4j.io.gpio.exception with parameters of type GpioProvider Constructor Description PinProviderException(GpioProvider provider, Pin pin)
-
Uses of GpioProvider in com.pi4j.io.gpio.impl
Methods in com.pi4j.io.gpio.impl that return GpioProvider Modifier and Type Method Description GpioProvider
GpioPinImpl. getProvider()
Constructors in com.pi4j.io.gpio.impl with parameters of type GpioProvider Constructor Description GpioControllerImpl(GpioProvider provider)
Default ConstructorGpioPinImpl(GpioController gpio, GpioProvider provider, Pin pin)
-
Uses of GpioProvider in com.pi4j.platform
Methods in com.pi4j.platform that return GpioProvider Modifier and Type Method Description GpioProvider
Platform. getGpioProvider()
static GpioProvider
Platform. getGpioProvider(Platform platform)
-