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 classGpioProviderBaseAbstract base implementation ofGpioProvider.classRaspiGpioProviderRaspberry PIGpioProviderimplementation.classSimulatedGpioProviderA simulator to aid in development of RI Pi systems using a standard PC dev environment.classWiringPiGpioProviderBaseWiringPiGpioProviderBaseGpioProviderimplementation.Methods in com.pi4j.io.gpio that return GpioProvider Modifier and Type Method Description static GpioProviderGpioFactory. getDefaultProvider()Return default instance ofGpioProvider.GpioProviderGpioPin. 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 GpioProviderPinProviderException. 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 GpioProviderGpioPinImpl. 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 GpioProviderPlatform. getGpioProvider()static GpioProviderPlatform. getGpioProvider(Platform platform)
-